mysql reader not worked when i worked with huge amount of data
- by Steven Spielberg
my Select query not worked when i worked with mysql and database have a huge amount of information.
i got error
System.NullReferenceException: Object reference not set to an instance of an object.
for
MySqlDataReader reader = cmd.ExecuteReader(CommandBehavior.CloseConnection);