ulazar wrote the following on 11/17/2007 07:50 AM:
Quote:
To access to postgresql I am using npgsql (visual studio 2005 c#)...are
there other possibilities to access to this db? is possibile with
psqlODBC? because I don't like npgsql... |
Sure, you can get psqlODBC at http://pgfoundry.org/projects/psqlodbc/
and JDBC at http://jdbc.postgresql.org/ . I've mostly used the ODBC
connector, which works GREAT and it very steady and reliable. I've also
used the JDBC connector at http://jdbc.postgresql.org/ .
Regards,
Steve