Behavior of NpgsqlDataReader in NpgSql 1 and NpgSql 2

From: Nishkarsh <nishkarsh_k(at)rediffmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Behavior of NpgsqlDataReader in NpgSql 1 and NpgSql 2
Date: 2009-06-12 10:35:01
Message-ID: 23995183.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello every one,

I have a Vb 2005 application with postgres 8.2 as DB.

I was trying to move from Pg 8.2 to 8.3.7, the installation went well. Once
i tried running my application i got some errors. After doing some research
i realized that.

- NpgsqlDataReader in NpgSql 1 was capable to retain the records even eve
after the connection is closed but it is not happening with NpgSql 2

After doing a bit of googleing i was not able to find any info on it.

Can any one plz tel me that is it the case or i have to do some modification
in the code. If that is the case then is there any other object which can be
used the way i was using NpgsqlDataReader in NpgSql 1

Regards
Nishkarsh
--
View this message in context: http://www.nabble.com/Behavior-of-NpgsqlDataReader-in-NpgSql-1-and-NpgSql-2-tp23995183p23995183.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jasen Betts 2009-06-12 12:55:15 Re: Libpq on windows
Previous Message Yaroslav Tykhiy 2009-06-12 09:53:09 Re: How to store text files in the postgresql?