H
Hakan Gumus
Hi,
I'm working on a wireless project; I've symbol 8846 CE .NET 4.1, which
would connect DIRECTLY to SQL SERVER 2000.
Firstly; I've tried connecting using System.Data.SqlClient using a
connection string
like:
"Integrated Security=SSPI;Server=HGUMUS;Database=TestDB"
But this resulted "PlatformNotSupportedException"
Then; I've tried same code on a 8146 with Pocket PC 2002 and i was
able
to connect.
But the project is for the 8846 therefore I've made a web service and
put in
the Stored Procedures that i'm using.
What is the result for CE .NET:
- I was able to call a function returning a string via web service
- One more time "PlatformNotSupportedException" for a function
returning dataset.
The result for the POCKET PC 2002:
- I was both able to get string and dataset via webservice.
I've read all the group's related messages but I couldnt find the
answer; please
help.
Gumus.
I'm working on a wireless project; I've symbol 8846 CE .NET 4.1, which
would connect DIRECTLY to SQL SERVER 2000.
Firstly; I've tried connecting using System.Data.SqlClient using a
connection string
like:
"Integrated Security=SSPI;Server=HGUMUS;Database=TestDB"
But this resulted "PlatformNotSupportedException"
Then; I've tried same code on a 8146 with Pocket PC 2002 and i was
able
to connect.
But the project is for the 8846 therefore I've made a web service and
put in
the Stored Procedures that i'm using.
What is the result for CE .NET:
- I was able to call a function returning a string via web service
- One more time "PlatformNotSupportedException" for a function
returning dataset.
The result for the POCKET PC 2002:
- I was both able to get string and dataset via webservice.
I've read all the group's related messages but I couldnt find the
answer; please
help.
Gumus.