Database Property

Applies To   See Also

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.

Syntax

DataEnvironment.Cursor.Database[ = cPath]

Settings

cPath

Specifies the full path to the database (.dbc) file.

Remarks

Note   When the Cursor object is accessed 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 ("").