Connect from the Compact Framework to Access or SQL Server ?

  • Thread starter Thread starter Stefan Reinmers
  • Start date Start date
S

Stefan Reinmers

Hi there, i have written a simple application for the pocket pc. now i wanna
store and recieve some data from access or sql server database.
but the oledb things are not really working, or ?

how can i do that ?
 
Stefan,

You can use SqlClient namespace to connect to data on SQL Server. Other
options include using web services, RDA, and merge replication with a SQL CE
or SQL Mobile database for sometimes-connected scenarios.
 
Stefan,

You can use SqlClient namespace to connect to data on SQL Server. Other
options include using web services, RDA, and merge replication with a SQL CE
or SQL Mobile database for sometimes-connected scenarios.

dear ginny,

im currently facing a big prob, im developing a smartphone application with
use of sql server 2000. My database connection code doensnot work, exception
"unhandled exception : system.data.sqlException" occurs everytime when
reaching connection.open() .. y does this happened?

i had imported and referenced all the needed .dll (System.Data.SqlClient,
System.Data.Common) and i did copy all the dll to the smartphone emulator dir
...

and i did try on pocketpc it still the same thing happened.
hopefully can get some help from here.. its quite urgent...

Vincent
 
Back
Top