JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: Dbf Linkage. Archived to Disk
I don't remember which program does the .dbf database format, but offhand there are a few ways to connect to virtually any file type.
ADO (add ado control, properties, to see what the connection string property should be, it's a option driven type of thing)
- or -
DSN (Data sources ODBC), then us ado and use the DSN as the data source
|