11-10-2006 01:56 AM
11-10-2006 03:51 AM
The connection is done through ODBC. In Windows, this is done through ActiveX or .Net. You need to define a connection to your DB (from Control Panel>>Administrative Tools>>ODBC Data Sources) and then you can access that connection from LV. To form the actual connection you can use LabSQL.
As for inserting the data into the DB, you need to use SQL, which is simple language for working with DBs. Depending on the structure of your database, it may be more or less complex to enter the data into it. Look up some SQL tutorials to learn more about it.
11-10-2006 03:54 AM
11-10-2006 04:37 AM
11-10-2006 04:55 AM
There are several tools which already have VIs doing the interaction with the ADO objects needed for this, so there is no need to code that part again.
NI sells a toolkit, there's LabSQL which you can search for and I also remember seeing a tool on the LAVA forums (try searching for "ADO").
11-10-2006 05:05 AM
11-10-2006 05:07 AM