[Mono-devel-list] OleDb Cannot Load libgda-2.so

Rodrigo Moya rodrigo at ximian.com
Mon Nov 3 04:43:19 EST 2003


On Sat, 2003-11-01 at 17:56, Daniel Morgan wrote:
> I am cc'ing the GNOME-DB folks.  They may have an idea.
> 
> If you're trying to connect to PostgreSQL; there are many providers you
> could use if OLE DB does not work for you.
> 
> 1. There is Npgsql (included in Mono) works on .net and Mono
> http://gborg.postgresql.org/project/npgsql/projdisplay.php
> 
> 2. Then there is the Mono.Data.PostgreSqlClient in Mono.  It only works on
> Mono
> and requires the PostgreSQL client library libpq.  It is deprecated in favor
> of Npgsql.
> 
> 3. There is the PostgreSQL .net provider from ByteFX.Data.
> I do not know if it works on Mono, but their MySQL provider does.
> http://sourceforge.net/projects/mysqlnet/
> 
> 4. PgSqlClient.  don't know about this one.
> http://sourceforge.net/projects/pgsqlclient/
> 
> 5. Use the System.Data.Odbc that is included in Mono.  On Windows, it uses
> the native Windows ODBC support.  On Linux, you will need unixODBC or iODBC.
> http://www.go-mono.com/odbc.html
> 
or

6. Use GDA# (part of GTK#) to access Postgres via libgda directly.

cheers




More information about the Mono-devel-list mailing list