Database Toolbox    
register

Load database driver

Syntax

Description

register(d) loads the database driver object d, which was created using driver. Use unregister to unload the driver.

Although database automatically loads the driver, register allows you to get properties of the driver before connecting. The register function also allows you to use drivermanager to set and get properties for all loaded drivers.

Examples

register(d) loads the database driver object d.

get(d) returns properties of the driver object.

See Also
driver, drivermanager, get, unregister


  querytimeout resultset