Does the same constraints (???) apply to the ODBC driver? i.e., - what we want to do is share a single connection with multiple threads. Each thread creates its own statement handles, etc. from the shared connection. Is the ODBC driver (with a shared connection handle) thread safe? Or is this configuration not recommended?

Thanks in advance,
Mark

Daniel Dittmar wrote:

Tom Skalik wrote:

Is it possible to run the several database transactions on various threads within one application created using sapdb embedded C++ precompiler under Linux system?


Yes, you have to CONNECT (http://www.sapdb.org/7.4/htmhelp/f0/a283fdee4c487a813240a2f5f1c5fc/frameset.htm) for each thread, giving a different <session_number> each time.

Daniel Dittmar




-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to