Dear All
Merry christmas & happy new year
I installed msde (mssql 2000) into windows 2000 server.
In my application I wrote
cc="driver=SQL Server;server=MyServerName;database=MyDatabase;trustedconnection=Yes"
nMyConnection= SQLSTRINGCONNECT(cc)
it works just fine at windows 2000 server, but when I run my application
at client (windows Xp) it returns error (
connection failed:
sqlstate:'01000'
sqlserver error:53
[Microsoft][ODBC Sql server driver[DBNETLIB]Connectionopen(connect())
bla bla bla
Please advise how to deal with this issue
best regards
marcel