C | |
connect [Ocamlodbc] | create base user passwd creates a connection to data source
base , as user user , with password passwd .
|
D | |
disconnect [Ocamlodbc] |
Disconnect from a database.
|
E | |
execute [Ocamlodbc] | execute c q executes query q through connection c and
returns the result as a pair (error_code, recordlist) ,
where a record is a string list .
|
execute_with_info [Ocamlodbc] | |
S | |
string [Ocamlodbc.SQL_column] |