DbServer.Driver Property (Typed) | |
A string representing the name of the database driver in use with this server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Driver AS STRING GET
public virtual string Driver { get; }
Request Example
View SourceProperty Value
Type:
StringA 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