R
Ramesh Singhvi
I wanted some help with connecting to sql server from Pocket PC 2002
emulator.
I recently upgraded to VS.NET 2003 professional and I am working on a
stand alone(windows form) pocket pc app.
I have SQL server 2000 on my desktop PC and SQL instance is registered
as 'RAMESH\RAMESHSQL'.
When I am trying to connect this sql server from a smartdevice app
thro the emulator I am getting a "SqlException" error. I also tried
putting the port number 1433 in the
Connection string but still no difference. My connection string looks
like "server=RAMESH\RAMESHSQL, 1433;Databse=Pubs;User ID=sa". I was
able to connect to connect to the server from my desktop. Any help
would be really appreciated
emulator.
I recently upgraded to VS.NET 2003 professional and I am working on a
stand alone(windows form) pocket pc app.
I have SQL server 2000 on my desktop PC and SQL instance is registered
as 'RAMESH\RAMESHSQL'.
When I am trying to connect this sql server from a smartdevice app
thro the emulator I am getting a "SqlException" error. I also tried
putting the port number 1433 in the
Connection string but still no difference. My connection string looks
like "server=RAMESH\RAMESHSQL, 1433;Databse=Pubs;User ID=sa". I was
able to connect to connect to the server from my desktop. Any help
would be really appreciated