LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Where in Labview does a ODBC client write data?

I trying to Interface Labview with a ODBC client. Where do you specify the path that it will write the Information into? Is it the Path that you asign when you create the Database table?
0 Kudos
Message 1 of 4
(2,597 Views)
Are you using the database toolkit or communicating directly with ODBC?
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(2,590 Views)
I am using the ODBC toolkit.
0 Kudos
Message 3 of 4
(2,585 Views)

What I usually do is use a *.udl file, a special file that ODBC stores information on connecting to a database. to create a file is very easy under windows (XP) create a new file, right click on desktop, select new and either select text or Microsoft data link.  if you choose a text file remane it <name of link>.udl this extension will change it to a data link.  The icon will change, double click on the file and it will walk you through connecting with a database file (I have only done this with access and I am by no means a database expert), you can test the connection.  Use this file location to pass to the open database connection vi from the toolkit. Good luck,

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 4 of 4
(2,582 Views)