Database Toolbox |
Construct database driver object
Syntax
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
, isjdbc
, isurl
, register
dmd | drivermanager |
© 1994-2005 The MathWorks, Inc.