Database Property
Specifies the path to the database that contains the table or view associated with a cursor or CursorAdapter. Read-only at design time; read/write at run time.
Note When you access a regular cursor using the CURSORSETPROP() function, the Database property is read-only at run time.
DataEnvironment.Cursor.Database [ = cPath ]
Property Values
- cPath
Specifies the full path to the database (.dbc) file.
Remarks
If the cursor is based on a free table, Database contains an empty string ("").
See Also
CursorSource Property | CURSORSETPROP() Function | Database Manipulation
Applies To: Cursor Object