Re: [GENERAL] problem installing NPGSQL and pgOLEDB with .NET

2007-02-26 Thread RPK
I am using NPGSQL but noticed degraded performance when only 5 to 10 records are there. ODBC was very fast. -- View this message in context: http://www.nabble.com/problem-installing-NPGSQL-and-pgOLEDB-with-.NET-tf3282768.html#a9156510 Sent from the PostgreSQL - general mailing list archive at

Re: [GENERAL] problem installing NPGSQL and pgOLEDB with .NET

2007-02-24 Thread RPK
Magnus, NPGSQL worked on one of our systems. You are right that I need to include both the dlls in the reference. I want to know more about NPGSQL and its performance benefits over pgOLEDB and ODBC.NET drivers. It's doc. does not contain much info. Magnus Hagander-2 wrote: RPK wrote: I

[GENERAL] problem installing NPGSQL and pgOLEDB with .NET

2007-02-23 Thread RPK
I have PostgreSQL 8.2 installed on Windows XP. I installed NPGSQL driver for .NET and tried to register it's dll with following command: regsvr32 c:\windows\system32\npgsql.dll It displays error: Could not be registered, entry point not found. I copied the NPGSQL driver files in application

Re: [GENERAL] problem installing NPGSQL and pgOLEDB with .NET

2007-02-23 Thread Magnus Hagander
RPK wrote: I have PostgreSQL 8.2 installed on Windows XP. I installed NPGSQL driver for .NET and tried to register it's dll with following command: regsvr32 c:\windows\system32\npgsql.dll It displays error: Could not be registered, entry point not found. regsvr32 is not used for .net