Re: [GENERAL] about c# and postgresql

2007-07-24 Thread Eddy D. Sanchez
I use Npgsql for client/server applications you can view the manual at: http://npgsql.projects.postgresql.org/ docs/manual/UserManual.htm On 23 Jul 2007, at 22:47, longlong wrote: hi,all i have a local system with windows xp. i want to use c# to connect with a postgresql database running in

Re: [GENERAL] about c# and postgresql

2007-07-24 Thread longlong
i was successful to install Npgsql and with it i can connect the local machine . but when i try a remote connection i got some problem: first ,the connection was rejected by the remote host. then, i edited the pg_hba.conf and postgresql.conf file.the error was change: FATAL:F:missing or

Re: [GENERAL] about c# and postgresql

2007-07-24 Thread Chris
longlong wrote: i was successful to install Npgsql and with it i can connect the local machine . but when i try a remote connection i got some problem: first ,the connection was rejected by the remote host. then, i edited the pg_hba.conf and postgresql.conf file.the error was change:

[GENERAL] about c# and postgresql

2007-07-23 Thread longlong
hi,all i have a local system with windows xp. i want to use c# to connect with a postgresql database running in a linux system. i get libpg.dll and PgOleDb.dll. that's enough for me to do so? or could you tell me how?

Re: [GENERAL] about c# and postgresql

2007-07-23 Thread Bryan Murphy
I highly recommend you use the Npgsql driver, and if you're feeling really saucy try NHibernate on top of that. http://pgfoundry.org/projects/npgsql http://www.nhibernate.org/ Bryan On 7/23/07, longlong [EMAIL PROTECTED] wrote: hi,all i have a local system with windows xp. i want to use c#