Hi,
I have made a Visual C++ application. I run that application on the machine which has DB2SERVER installed, and it went fine, but when i run it on a machine having only DB2CLIENT installed, it doesn't work. I am using DB2 CLI Library.
It returns SQL_ERROR from SQLConnect() function and doesn't recognize the Server name. I am only giving database name in argument#2. Moreover, when I try to connect from DB2CLIENT command line processor, it doesn't give any problem and connects fine.
I was thinking that there may be some prefix that we have to add before the dbalias in order to connect or or we have to start some service before connecting from code, but I don't know exactly what to do?
Does anybody have any idea regarding this problem? I would be very thankful if anyone can solve this problem for me.
Regards,
- Khaliq