12-13-2005 05:01 AM
12-13-2005 07:08 AM
Hi
I have a way of doing it through MS Access.
I have created a MS Access Database and then created a linked table to your file inside the mdb.
You then have to create an ODBC link to the access database in this case called link_to_mdb
The code uses LabSQL from http://www.jeffreytravis.com/lost/download/ which is free.
The attached zip file contains an example mdb, your file, bits of LabSQL and the main vi.
This would mean that your results file name would need to be static. This is because the .dbf file is reference by the link in the mdb file.
Alternatively Excel can handle dbf files so you could read the data from the dbf using ActiveX then read it back into you labview table.
Hopefully this will help you on your way.
David
12-14-2005 03:36 AM