I want to connect an application from a client computer to a database on a server. I don't know how I can do that. I use SQL toolkit for Labview 6i. I guess I have to use something on ODBC administrator, but I'm not familiar with that. Please help me
ODBC allows you to create a Data Source Name (DSN) and link this to a database. You will need to create a DNS within ODBC which is linked to your MS Access file and which uses the MS Access driver.
Once you have a DSN, you can call it direclty from the SQL tools in LabVIEW.