HI Sebastian,
I am using libiodbc to access the Virtuoso server. Thus, I am
creating a
HENV instance via SQLAllocHandle( SQL_HANDLE_ENV,
SQL_NULL_HANDLE, &henv )
and then a
HDBC intance via SQLAllocConnect( henv, &hdbc ) and
SQLDriverConnect(
hdbc, ... )
Atm I am using the HDBC
I am using libiodbc to access the Virtuoso server. Thus, I am creating a
HENV instance via SQLAllocHandle( SQL_HANDLE_ENV, SQL_NULL_HANDLE, &henv )
and then a
HDBC intance via SQLAllocConnect( henv, &hdbc ) and SQLDriverConnect(
hdbc, ... )
Atm I am using the HDBC instance throughout multi