06-29-2012 02:41 AM
hi all, is there any tools that can check for that existed database after inserted a database to Ms access??
06-29-2012 03:00 AM
Open Database Connection will give an error if there's nothing to open, thus it'd work.
/Y
06-29-2012 03:43 AM
if i want to check any data in the table is it oso the same tool ??
06-29-2012 03:54 AM
Then you'll open a connection and then do a Select from table to retrieve information. (and close afterwards)
/Y
07-01-2012 09:49 PM
alright i got it... Thanks alot 😄
07-01-2012 10:17 PM
errr i got one last question...
Is it possible if there is no data in the table goes to the INSERT tool.. if there is data in the table goes to UPDATE tool ??? From the SELET tool..
07-02-2012 07:55 AM
Is it possible if there is no data in the table goes to the INSERT tool.. if there is data in the table goes to UPDATE tool ??? From the SELET tool..
Still haven't done those SQL tutorials, huh?
Read the documentation on those commands. What do they do? That will answer your question.