On Wed, 31 Oct 2007, teena21 wrote:
aaa 1 bbb 2 ccc 3 4 ddd 5 eee 6it gives null point exception at line no. 4
You need to check if the row is null first, then fetch the call and check if it is null. You can have either of them be null if that area of the file has never been written to.
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
