Represents a database connection with ODBC, managing environment, connection, and statement handles, and providing methods to open connections, execute SQL statements, and manage transactions, with support for odbc_resultset::resultset objects.
Constructor interface for creating a new connection object with a specified ODBC connection string.
[in] | connstring | The ODBC connection string. |
Definition at line 58 of file connection.f90.
Variables | |
type(sqlhdbc) | dbc |
type(sqlhstmt) | stmt |
logical | opened |
integer | timeout |
integer(sqlsmallint) | rec |
character(kind=sqltchar, len=6) | state |
character(kind=sqltchar, len=sql_max_message_length) | msg |
integer(sqlinteger) | ierr |
integer(sqlsmallint) | imsg |
character(1024) | connstring |