|
-
Jan 26th, 2007, 11:25 PM
#1
Thread Starter
Junior Member
sql connect
I need some help on the following problem. When I create a windows application and run it on a desktop the following code works. But when I create a Win CE application and run the following on a PDA I get "server doesnt exist ...".
Dim oSQLConn As Data.SqlClient.SqlConnection = New Data.SqlClient.SqlConnection()
oSQLConn.ConnectionString = "Data Source=66.69.4.21\SQLEXPRESS;Initial Catalog=ScanIt;User Id=sa;Password=12345;"
oSQLConn.Open()
Thanks,
Nelson
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|