|
Working With the Default DatabaseIf database support is enabled, a VMD file may have a default database defined for it. This default database, if it exists, depends on the context in which the script is executed:
To connect to the default database, use the get_default_database() function. This function returns a database object representing the default database.
For examples that use this function, see Using the Database Object Methods and Getting and Setting Database Information. |