MySqlDataReader Read Method

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
avi8tor
Posts: 18
Joined: Sat 06 Nov 2004 12:45
Location: Gig Harbor, Washington USA

MySqlDataReader Read Method

Post by avi8tor » Fri 26 May 2006 02:14

In one of my apps I am using the datareader to read results and bind them to a datagrid. Everything works fine UNTIL the datareader hits a Null value in the database. At that point the datareader stops and only the values read prior to that point are bound to the datagrid.

Is this a normal method of the datareader? How can I utilize it to skip Null Values and continue reading? :?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 26 May 2006 06:14

Please describe the problem in detail. Send us small test project if possible to reproduce said behavior; it is desirable to use 'test' schema objects, otherwise include definition of your own database objects. Do not use third party components.

Post Reply