The Initial Catalog property specifies the name of the initial default catalog to use when connecting to a data source.
object.Properties("Initial Catalog") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
String that specifies the catalog name.
adBSTR
Read/write
DBPROP_INIT_CATALOG
An ADO application can also use the OLE DB Database keyword, which is equivalent to the Initial Catalog property.