Re: [Virtuoso-users] thread-safetly in libiodbc

2009-10-09 Thread Patrick van Kleef
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

[Virtuoso-users] thread-safetly in libiodbc

2009-10-09 Thread Sebastian Trueg
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