DbServer.Driver Property | |
A string representing the name of the database driver in use with this server.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Driver AS USUAL GET
public virtual Usual Driver { get; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the name of the database driver in use with this server.
Remarks
A string representing the name of the database driver in use with this server.
The server can be specified as an instantiation parameter to the server. If no driver is set, the default driver is used; it can be set by RDDSetDefault() or DBSetDriver().
See Also