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