07-01-2008 08:33 AM
07-01-2008 10:00 AM
07-01-2008 10:03 AM
07-01-2008 10:11 AM
Please refer to the LabVIEW Database Connectivity User Manual, as it goes into great detail about the background of OBDC and also the Jet protocal. Specifically, look at Chapter 2, page 2-10.
Back then, it didn't have Active-X support, so I'm not sure how far you'll get.. Good luck!
Typically you would use the ODBC driver for the specific database and SQL commands to get data from database files. But I don't think (recall) that DBase IV supports those. However there is also the LabVIEW Enterprise Connectivity Toolset available from National Instruments. It does mention support for Dbase but does not mention which version. I suspect they are referring to MS and not Borland... (Did MS have a product called DBase IV???)
I would start with OBDC connectivity..
RayR
07-03-2008 01:57 PM
Thanks for help, I just figured out how to get the connection made and the MS dBase Driver seems to be making the connection as I just dumped the contents of one of the tables. The recommended articles were quite helpful....
One Happy HoundDog