LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any tools can check for existed database ?

hi all, is there any tools that can check for that existed database after inserted a database to Ms access??

 

 

 

0 Kudos
Message 1 of 7
(2,816 Views)

Open Database Connection will give an error if there's nothing to open, thus it'd work.

/Y 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 7
(2,810 Views)

if i want to check any data in the table is it oso the same tool ??

0 Kudos
Message 3 of 7
(2,804 Views)

Then you'll open a connection and then do a Select from table to retrieve information. (and close afterwards)

 

/Y 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 7
(2,799 Views)

alright i got it... Thanks alot 😄

0 Kudos
Message 5 of 7
(2,777 Views)

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..

0 Kudos
Message 6 of 7
(2,768 Views)

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.

0 Kudos
Message 7 of 7
(2,760 Views)