User`s guide

7 Functions — Alphabetical List
7-172
isdriver
Detect whether driver is valid JDBC driver object
Syntax
a = isdriver(d)
Description
a = isdriver(d) returns 1 if d is a valid JDBC driver object. It returns 0 otherwise.
Examples
Check if d is a valid JDBC driver object.
a = isdriver(d)
a =
1
See Also
driver | isurl | get | isjdbc