How to ignore Overflow Exception

hi,

Am trying to read affected Records from database.

string[] readArray = new string[reader.RecordsAffected];

when i’m trying to stored in an array its showing error as,

is there any other way to find this ??

hi,
i want to know also the query for how to determine the affected rows. pls can any one say this?