DatabaseName
Applies to
VAccess
Specifies the database name to which you want to connect. This property is used in conjunction with HostAddress (page 6-95) and HostConnect (page 6-96) to specify a host and database name. ActiveX will attempt to connect to the database using a database URI.
If you want to connect to the database using local or mapped drives, or UNC paths, see the DdfPath (page 6-83) property instead.
Remarks
If security is enabled for the database, the user will be prompted for the user name and password by the MicroKernel Engine.
*Note: This property formerly was used to connect to databases using the I*net Data Server.
The default value is blank (empty string).
See Also
PSQL Programmer's Guide for more information on database URIs.
Affects: HostAddress, HostConnect