| Database Toolbox | ![]() |
Detect if the database URL is valid
Syntax
a = isurl('s', d)
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
a = isurl('jdbc:odbc:thin:@144.212.33.130:1521:', d)
a =
1
indicating that the database URL, jdbc:odbc:thin:@144.212.33.130:1521:, is valid for driver object d.
See Also
driver, get, isdriver, isjdbc
| isreadonly | logintimeout | ![]() |