User`s guide

7 Functions — Alphabetical List
7-194
register
Load database driver
Syntax
register(d)
Description
register(d) loads the database driver object d. Use unregister to unload the driver.
Although database automatically loads a driver, register allows you to use get to
view properties of the driver before connecting to the database. The register function
also allows you to run drivermanager with set and get on properties for loaded
drivers.
Examples
1
register(d) loads the database driver object d.
2
get(d) returns properties of the driver object.
See Also
driver | drivermanager | get | set | unregister