Hi, Im having a problem when connecting my .Net application to a DB2.
In the development machine the system works just fine, when I deploy it to the server it stops working and the IBM DB2 connector gives me the message:
The server Im deploying to is the same server that the DB2 is installed, but I didnt installed the .Net Data Provider for DB2 in this server, Im trying to find a standalone installation but I cant find it anywhere.
Is this the real problem? Can someone help me?
Thank you.
In the development machine the system works just fine, when I deploy it to the server it stops working and the IBM DB2 connector gives me the message:
Code:
Unable to find an entry point named 'SQLFreeConnAttribsADONET' in DLL 'db2app.dll'.
Is this the real problem? Can someone help me?
Thank you.