Public Property Get ConnType() As xf_ConnTypeEnum
Return the configured connection type
Housekeeping functions
Return the configured connection type
Return the DAO database object, if applicable.
Set the connection timeout for ADO sources. This must be done BEFORE opening the ADO connection, which occurs in the Init method of DbConnect.
Note that this is not applicable to DAO/ODBC. The only way to change the ODBC connection timeout from the default of 60 seconds is via a registry setting.
Set the query timeout for ADO sources. This is not applicable to DAO/ODBC. Note that this applies to the return time of the specific query, not the connection in general.
Set the default connection string for DAO pass-through queries. This can be overridden in the ExecutePassthroughQuery method, but is useful when multiple pass-through queries are to be executed on the same database.
Return the configured SQL statement format
Return the name of the Workspace used by the connection