The SDATADDD.DBF table contains a record for every database and cursoradapter library in an application. The table has the following structure.
|
Field Name |
Type |
Width |
Comments |
|
cPK |
Character |
48 |
PK field |
|
cName |
Character |
80 |
Database or cursoradapter library name |
|
mComments |
Memo |
|
Comments |
|
mLocation |
Memo |
|
Path to database or cursoradapter library file if it is located outside the project directories. |
|
nType |
Numeric |
1 |
1 (database), 2 (cursoradapter library) |
Table, View and CursorAdapter Data