Re: [GENERAL] Why PGSQL has no developments in the .NET area?

2011-10-04 Thread Rohit Coder
Hi, Sorry for the delay. I used Npgsql 2.0 last and it was slow when querying database to populate DataGridView or DropDownLists in Windows Forms application. To verify, I removed Npgsql and installed pgsql's ODBC driver. It worked very fast. In another case, when the user brings focus o

[GENERAL] Why PGSQL has no developments in the .NET area?

2011-10-01 Thread Rohit Coder
PgSQL has just one old NPGSQL driver for .NET, which is itself sluggish. The ODBC driver works better as compared to NPGSQL, but I suspect the ODBC driver is not the right choice for ORM framework of .NET. I want to know whether there is any efficient .NET provider and is PGSQL compatible with