I have a connection problem of ADO.NET - SQL 2000 in .NET compact framework.
I have two SQL 2000 machines, one works while another doesn't with same
configuration.
The connection string is as follows:
.SqlConnection1.ConnectionString = _
"addr=" & SERVER_NAME & ";" & _
"user id=" & USER_ID & ";" & _
"password=" & PASSWORD & ";" & _
"initial catalog=PMSWeb;" & _
"persist security info=True;" & _
"packet size=4096"
It gets the following error message:
source: .NET sqlClient Data Provider
Class: 10
Message: to be implemented Changed database context to 'XXX'
line: 0
Thanks,
Carlo Chung