i am using c# with a MySQL database, using OleDbConnection and OleDbReader.
When running a query using the count(*) function and try reading the returned value using:
OleDbReader.getInt32(0), it gives an exception "Index was outside the bounds of the array".
thanks,