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
 
Back
Top