J
JackW9653
We are building a new Pocket PC Application in VS2005 from an exisiting
one that was created in VS2003. We use TCP/IP to connect to SQL Server
via wireless.The existing application uses the following connection
string:
<add key="connStr" value="Data Source=192.168.0.12,1433;Initial
Catalog=IPED;User ID=User01;Password=PW01"/>
We upgraded the app to VS2005 and after some tweaking of 3rd party
controls we got it to compile. We have installed the Emulators from the
Mobile 5 SDK and can deploy it fine, but we get the dreaded "SQL Server
not Found or Access Denied" on the Emulator. But if we deploy to an
actual device it connects to SQL without a problem.
We have tried everything we have read in the forums and can not solve
this issue. Any help would be appreciated. Since the connection string
works on the device it has eliminated all of the other factors, so it
has to be an emulator issue. I have also set a static ip on the
emulator, but that didn't help either.
Thank you in advance for any help,
Jack Willhoite
Senior Software Architect
MEDadept
one that was created in VS2003. We use TCP/IP to connect to SQL Server
via wireless.The existing application uses the following connection
string:
<add key="connStr" value="Data Source=192.168.0.12,1433;Initial
Catalog=IPED;User ID=User01;Password=PW01"/>
We upgraded the app to VS2005 and after some tweaking of 3rd party
controls we got it to compile. We have installed the Emulators from the
Mobile 5 SDK and can deploy it fine, but we get the dreaded "SQL Server
not Found or Access Denied" on the Emulator. But if we deploy to an
actual device it connects to SQL without a problem.
We have tried everything we have read in the forums and can not solve
this issue. Any help would be appreciated. Since the connection string
works on the device it has eliminated all of the other factors, so it
has to be an emulator issue. I have also set a static ip on the
emulator, but that didn't help either.
Thank you in advance for any help,
Jack Willhoite
Senior Software Architect
MEDadept