Quote:
|
I know the location of the .ddf files (File, Field, Index) but dont know how to use them.
|
To use them through ODBC, you would just need to create an ODBC DSN pointing to the DDFs and data files. You can use the Pervasive COntrol Center to create it as well.
Quote:
|
Do these contain the database data?
|
Yes, the data files (*.DTA, *.BTR, *.MKD, or other extensions) contain the actual data. The DDF files only contain information to describe the data files records. For example, FILE.DDF contains a link between the table name and the actual file name. FIELD.DDF has the fields for the tables and INDEX.DDF desccribes the indexes defined on the fields in the tables.
Quote:
Is there a way to query them to select data?
Can I connect to them using Access and then use its query tools to view the data and query it?
|
Create an ODBC DSN pointing to the data files and DDFs and you'll be able to use any ODBC enabled tool like Access, Crystal Reports, etc. to query the data.
You do need an ODBC driver and a Pervasive engine to create the ODBC link. Some applications only include the Btrieve portion of the engine. Most applications these days come with the full engine though. Look for a Pervasive Client Interface or Pervasive ENgine interface in the ODBC Administrator. You'll want to make sure you're using the 32 bit ODBC Admin if you're using 64 bit Windows.