Database Toolbox |
Detect if database URL is valid
Syntax
Description
a = isurl('s', d)
returns 1
if the database URL s
, for the driver object d,
is valid, or returns 0
otherwise. The URL s
is of the form jdbc:odbc:<name>
or <name>
, and d
is the driver object created using driver
.
Examples
indicating that the database URL, jdbc:odbc:thin:@
144.212.123.24:1822:
, is valid for driver object d
.
See Also
driver
, get
, isdriver
, isjdbc
isreadonly | logintimeout |
© 1994-2005 The MathWorks, Inc.