You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Monica <mo...@hp.com> on 2006/04/11 09:59:01 UTC

AXIS C++ and ODBC operation

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