Re: MySqlDataReader & DbDataReader
Posted by: Peter Brawley
Date: October 15, 2006 08:28PM

Would you please indulge my curiosity long enough to explain why you *must* use a method whose spec says that while it is in use, no other operations can be performed on the its connection other than closing it? Why not use a MySqlDataAdapter with a DataTable or DataSet and call the Fill method, for example?

PB



Edited 1 time(s). Last edit at 10/16/2006 07:34AM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySqlDataReader & DbDataReader
October 15, 2006 08:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.