Relative Content

Tag Archive for odbcclarion

How to establish an individual Firebird ODBC connection in each Thread of Multi-Threads?

I am using Softvelocity’s Clarion to make windows applications. The problem I am facing is in a Multi-Thread environment, I need to call a function to retrieve some data from a firebird database through ODBC. The function works good and return correct result if running one at a time. But when I need to call the function a few times simultaneously (multi-thread), the app crashes.