LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labSQL error

hi,
i just start the study on the labSQL...
when i run the labSQL for the fetch a table.vi, it appears this error...
""Exception occured in Microsoft OLE DB Provider for ODBC Drivers, [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.  in ADO Connection Open.vi->Example - Fetch a Table.vi""
may i know how i going to fixed it??
can anyone explain briefly about the concept of the labSQL??
i mean on how it works....thanks..
thanks for help...
0 Kudos
Message 1 of 4
(3,268 Views)
LabSQL uses ADO to make connections to databases. If you don't know what this means, or how to work with database, you should go through a tutorial on databases. The connection to a database is either made through a run-time connection string which simply specifies the parameters for the connection, like the name of the server, the name of the database, and the authorization credentials. Or, you can set up what's known as a Data Source Name, which is basically a pre-defined configuration file that defines all this. The examples that ship with LabSQL assume that you have the data source name setup. This is explained in the "README_FIRST" document that ships with LabSQL. You did read that first, right? Smiley Wink
0 Kudos
Message 2 of 4
(3,261 Views)
thank you very much..
i get it ard....
0 Kudos
Message 3 of 4
(3,238 Views)
Here's another thread that will give you some background on your problem and how to work with databases.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

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

For help with grief and grieving.
0 Kudos
Message 4 of 4
(3,221 Views)