connect to postgres db via compact framework

C

Carsten Marx

hello,
currently i'm developing a visualization for a library on pocket pc 2003 se.
i'm using SqlLinkCe (http://www.gui-innovations.com/html/sqllinkce.html)
to connect via ODBC to a postgres db which is loacted on an other pc in
the network. it wokrks well except some bugs in the odbc driver for
postgres i'm using the one from postgres.org
(http://gborg.postgresql.org/project/psqlodbc/projdisplay.php).
it is not possible to work with the included regular expressions in
postgres. the odbc driver does not send them to the db....
i think the reason is that the odbs driver isn't up to date.
so i'm searching for an alternative. i've found already
http://crlab.com/pgsqlnet/ , but this produkt seems to be not perfect
for my project.
anyone with other ideas, products.... by the way: i love open source....


thanks
Carsten
 

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

Top