L
Leonardo Castillo
I need to connect from a program in the Pocket PC to SQL Server in my
desktop. (I need an information in one table in SQL Server 2000).
However i get a following error message
"General network error".
This is the code:
Dim xx As New SqlClient.SqlConnection("Data
Source=LEOC2004;DataBase=cas;User ID=sa;Password=sa")
Try
xx.Open()
Catch exSQL As SqlClient.SqlException
MsgBox(exSQL.Message)
End Try
(The SQL Server Name (instance) is LEOC2004).
Thanks
Leonardo Castillo
desktop. (I need an information in one table in SQL Server 2000).
However i get a following error message
"General network error".
This is the code:
Dim xx As New SqlClient.SqlConnection("Data
Source=LEOC2004;DataBase=cas;User ID=sa;Password=sa")
Try
xx.Open()
Catch exSQL As SqlClient.SqlException
MsgBox(exSQL.Message)
End Try
(The SQL Server Name (instance) is LEOC2004).
Thanks
Leonardo Castillo