DataBase.DataSourceName Property

Top 

Description

Specifies the name used by ODBC to connect to a specified database through a specified driver.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"my_db"

 

Syntax

myString1 = myDataBase1.DataSourceName;

 

myDataBase1.DataSourceName = myString1;

 

See also

DataBase Object

Interfacing with Databases Guide