Loading...
Searching...
No Matches
connection Type Reference

Definition

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.

Parameters
[in]connstringThe ODBC connection string.
Returns
A new connection object.

Definition at line 58 of file connection.f90.


The documentation for this type was generated from the following file:

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