Connection
ODBC database connection
Operations
CreateParameterStatement
Create a parametrized SQL statement
method : public : CreateParameterStatement(sql:String) ~ ParameterStatement
Parameters
Name | Type | Description |
---|---|---|
sql | String | SQL statement |
Return
Type | Description |
---|---|
ParameterStatement | result set |
IsOpen
Check rather a connect is open
method : public : IsOpen() ~ Bool
Return
Type | Description |
---|---|
Bool | true if connected, false otherwise |
New
Constructor
New(ds:String, username:String, password:String)
Parameters
Name | Type | Description |
---|---|---|
ds | String | ODBC data source |
username | String | ODBC connection name |
password | String | ODBC connection password |