I am trying to connect to DB2 on AIX through excel VBA, my connection string is
conn.ConnectionString = "Driver={IBM DB2 ODBC DRIVER};Database=XXXXXXXX;Hostname=XXX.XXX.XXX.XXX;Port=50000;Protocol=TCPIP;Uid=username;Pwd=password;"
When I try to open "conn.Open" the connection my windows logon credentials are used for authentication and not the one given in connection string.
Can you please help in resolving this.
Thanks In Advance. Gokul