|
From: Vladimir T. <pr...@hm...> - 2003-11-18 09:05:27
|
Hello,
>Can I use an ODBC connection handle as a database handle input to an ISC
API function?
>
>For instance, can I use a valid DBC handle used in a previously successful
SQLDriverConnect() as input to a subsequent >isc_start_transaction()?
Well, I believe you know that want! :-)
HDBC <= pointer on Connection class
HSTMT <= pointer on Statement class
see Connection.h, for details
It is necessary:
1) not used ODBC Administator( ODBC32.DLL )
2) added on linked your app.exe to IscDbc.lib and OdbcJdbc.lib
3) to receive happiness... ;-)
--
Best regards,
Vladimir Tsvigun
|