Dbc Function | |
Returns the name and path of the current database.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax Remarks DBC( ) returns the empty string if there is no current database.
Use Set Database to specify the current database.
Examples 1Close Databases
2Open Database (HOME(2) + 'data\testdata')
3Clear
4? DBC( )
See Also