LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RE: ActiveX Data Objects to SQL Databse...

Hiii All,
 
I need literature on ActiveX Data Objects and SQL Database connectivity with reference to LabVIEW software.In my program i want to use SQL, So i need full decriptive literature by which i can easily understand  how to write program for the same on LabVIEW.
 
Regards
Puneet
0 Kudos
Message 1 of 6
(3,239 Views)

Most ODBC interfaces written for LabVIEW use ADO. NI sells a DB toolkit, which you can find by searching the site.

If you search online you can find a free toolkit called LabSQL and if you search the LAVA forums, you should find an ADO toolkit and a set of VIs which use an external DLL and which should be platform indepedent.

If you don't know SQL, there are many tutorials available online through a simple Google search.


___________________
Try to take over the world!
0 Kudos
Message 2 of 6
(3,226 Views)
The best source for data on ADO is Microsoft. Their online documentation is excellent. Go to the Microsoft website and do a search for MDAC. For more info on the process in general, checkout this thread.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 3 of 6
(3,188 Views)
Oops... Didn't notice I had already replied... Duh...

Mike...


Message Edited by mikeporter on 01-03-2008 10:52 PM

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 4 of 6
(3,160 Views)
If you haven't already done so, you should take a look at LabSQL, which provides a few packaged VIs for communicating with databases. Still need to know what you're doing with database, though.
0 Kudos
Message 5 of 6
(3,144 Views)
Thanks to all,
 
i got the solution.
0 Kudos
Message 6 of 6
(3,125 Views)