Hi All, I have developed a c++ program that uses ODBC APIs to connect to mysql database and is working fine for accessing, and updating data in database. But when I deploy this program as a .so in axisc++ (linux env) and try to invoke same from my client program, I am not able to perform database operations. The APIs like SQLConnect, SQLBindCol are working but as it tries to invoke the SQLExecDirect, the server program exits and there is no output of this command also.
Please check if some one can help, Thanks in advance, Monica
