Nasty2
September 9th, 2005, 03:47 AM
hey,
im working on 2 applications (one is a Web application and the other is a Windows Application) and got the same problem in both!!
I am retreiving information (quite a chunk) from a database using a DataReader...... but on the form I need buttons to move to the Previous, Next, Last and First records! (can't move backwards with a DataReader right?)
What would be the best practice to solve this problem?...... Should I not use a DataReader and use a DataSet and Table instead? (Would i be able to move through the records then?)
thanks
im working on 2 applications (one is a Web application and the other is a Windows Application) and got the same problem in both!!
I am retreiving information (quite a chunk) from a database using a DataReader...... but on the form I need buttons to move to the Previous, Next, Last and First records! (can't move backwards with a DataReader right?)
What would be the best practice to solve this problem?...... Should I not use a DataReader and use a DataSet and Table instead? (Would i be able to move through the records then?)
thanks