G'd evening!!
I had been trying to find out how can i connect my ppc to my sql server over
the internet. I had been trying to do it in the same way i do it with PC's
like this:
**************************
Dim strSQL As String
Dim cnn As SqlConnection
strSQL = "Network Library=DBMSSOCN;" & _
"Data Source=<<IP address>>,<<PortNumber>>;" & _
"Initial Catalog=<<DbName>>;" & _
"User ID=xxxxxx;" & _
"Pwd=xxxxxxxxx"
****************************
For the ppc FE i just switch to the SqlServerCe library, but i always get an
error from my device saying that is an error in my connection string in the
"Network Library". I really can't find out which is the sintax i must use.
I would appreciate if some one can help me out with this. i'm pretty new to
the compact framework and any help will be more than welcome.
Regards
Estuardo
--
Don't ask why, ask how...