connect from the compact framework to a postgres database

  • Thread starter Thread starter Carsten Marx
  • Start date Start date
C

Carsten Marx

hello,
following scenario:
i have a postgres db with 26.000 items.
i would like to send a sql statement to the postgres db to selct some
rows and receive them as objects.
the following classes are not supported in the CF:
System.Data.OleDb-Namespace
System.Data.SqlClient.SqlClientPermission-Klasse
System.Data.SqlClient.SqlClientPermissionAttribute-Klasse

....how can i connect to a postgres db via wlan on a pocket pc enabled
device i a easy way.. or is it impossible...


thanks
 
hello,
following scenario:
i have a postgres db with 26.000 items.
i would like to send a sql statement to the postgres db to selct some
rows and receive them as objects.
the following classes are not supported in the CF:
System.Data.OleDb-Namespace
System.Data.SqlClient.SqlClientPermission-Klasse
System.Data.SqlClient.SqlClientPermissionAttribute-Klasse

...how can i connect to a postgres db via wlan on a pocket pc enabled
device i a easy way.. or is it impossible...


thanks

The only thing I can suggest is to use a web service
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top