Page 1 of 1

accessing a database result object

Posted: Sat Feb 05, 2005 4:44 am
by niceguy_reddy
Hi everyone,

I used the ADODB method to connect to postgresql to select some data. Using while loop I displayed all the elements of the object till the end of file. Now i want to display them again from the starting element in the same page. How can i do this.

Anil

Posted: Sat Feb 05, 2005 7:25 am
by feyd
store the data into an array.

Posted: Sat Feb 05, 2005 10:22 am
by timvw
if i'm not mistaken ADODB has a MoveFirst method.... But don't know if all drivers support it well.....