Re: MySqlDataReader & DbDataReader
Posted by: David Thielen
Date: October 16, 2006 11:41AM

Hi;

First off, this is solved with the new 5.0 connector.

As to why, it is used in our product Windward Reports where we need to get back each row one at a time while building up a report. The product has common source between java and J# (.NET) and the datasource interface we have must also work for xml & other data.

So, we could fill a DataTable or DataSet but then we could be holding a ton of data in memory when we only need 1 row at a time.

thanks - dave

Options: ReplyQuote


Subject
Written By
Posted
Re: MySqlDataReader & DbDataReader
October 16, 2006 11:41AM


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.