1.

Can You Update The Database Using Datareader Object?

Answer»

No,

You cannot update the database using DATAREADER object. DataReader is read-only, foward only. It reads ONE record at ATIME. After DataReader finishes READING the current record, it moves to the next record. There is no WAY you can go back to the previous record.

No,

You cannot update the database using DataReader object. DataReader is read-only, foward only. It reads one record at atime. After DataReader finishes reading the current record, it moves to the next record. There is no way you can go back to the previous record.



Discussion

No Comment Found