Re: [PERFORM] [Solved] Slow performance on Windows .NET and OleDb

2006-04-01 Thread Merlin Moncure
On 3/31/06, Magnus Hagander <[EMAIL PROTECTED]> wrote: > > This is a blatant thread steal... but here we go... > > Do people have any opinions on the pgsql driver? > I beleive so. I've been using it for a long time with zero problems. > While I don't use many of the exotic features in it, I doubt

Re: [PERFORM] [Solved] Slow performance on Windows .NET and OleDb

2006-04-01 Thread Antoine
On 01/04/06, Magnus Hagander <[EMAIL PROTECTED]> wrote: > > This is a blatant thread steal... but here we go... > > Do people have any opinions on the pgsql driver? > > It's very nice. ... Thanks for the tips - i'll try a couple of test apps soon. Cheers Antoine -- This is where I should put s

Re: [PERFORM] [Solved] Slow performance on Windows .NET and OleDb

2006-03-31 Thread Magnus Hagander
> This is a blatant thread steal... but here we go... > Do people have any opinions on the pgsql driver? It's very nice. > How does it compare with the odbc in terms of performance? I haven't measured specifically, but if you're tlaking .net it should be better. It's all in managed code, so you

Re: [PERFORM] [Solved] Slow performance on Windows .NET and OleDb

2006-03-31 Thread Antoine
performance@postgresql.org > > Subject: [PERFORM] [Solved] Slow performance on Windows .NET and OleDb > > > > This problem was caused by the OleDb driver. I used a 3rd party .NET > > provider and it worked, 8000 rows in just over 100ms! > > > > Can somebody sen

Re: [PERFORM] [Solved] Slow performance on Windows .NET and OleDb

2006-03-30 Thread Dave Dutcher
t: Wednesday, March 29, 2006 11:57 PM > To: pgsql-performance@postgresql.org > Subject: [PERFORM] [Solved] Slow performance on Windows .NET and OleDb > > This problem was caused by the OleDb driver. I used a 3rd party .NET > provider and it worked, 8000 rows in just over 100ms!

[PERFORM] [Solved] Slow performance on Windows .NET and OleDb

2006-03-29 Thread Greg Quinn
This problem was caused by the OleDb driver. I used a 3rd party .NET provider and it worked, 8000 rows in just over 100ms! Can somebody send me a sample connection string for the PostGreSql native .net driver please? I'm battling to find a valid connection string. Thanks --