User`s guide

driver
7-111
driver
Construct database driver object
Syntax
d = driver('s')
Description
d = driver('s') constructs a database driver object d from s, where s is a database
URL string of the form jdbc:odbc:name or name. The driver object d is the first driver
that recognizes s.
Examples
d = driver('jdbc:odbc:thin:@144.212.123.24:1822:') creates driver object d.
See Also
get | isdriver | isurl | isjdbc | register