database

Description

A database name or a catalog name of the associated database resource. For file-based data sources it is the folder path where the database table is located.

Read/Write property

Type:string

Example

DS.database = "MyDatabase" 'OLEDB, ODBC

DS.database = "c:\data\dbase_files" 'DBase

DS.database = "c:\data\access\my.mdb" 'File based databases

DS.table    = "Accounts"  ' the data source is set to the "Accounts" table of "my.mdb" access database