I have this connection string in my application:
con.ConnectionS tring = "Provider=SQLOL EDB;DRIVER={SQL SERVER};" _
& "SERVER=152.253 .145.23\General ;UID=test;PWD=r unme;DATABASE=t estserver"
the application runs fine on my computer (XP) but has some problem with Windows 2000 computer. I have tried different connection string but no luck. I have tried to ping the server from the problem computer and ping result is ok. i dont know what is the issue
please help!
con.ConnectionS tring = "Provider=SQLOL EDB;DRIVER={SQL SERVER};" _
& "SERVER=152.253 .145.23\General ;UID=test;PWD=r unme;DATABASE=t estserver"
the application runs fine on my computer (XP) but has some problem with Windows 2000 computer. I have tried different connection string but no luck. I have tried to ping the server from the problem computer and ping result is ok. i dont know what is the issue
please help!
Comment