ADODB record set

Hi,I’m using ADO to connect DB2 i’m accessing a recordset and i need to run through a loop and when i use rs.movefirst it gives an error message “Rowset position cannot be restarted”

then i used rs.firstrow…non of them are working…please help me…

shana

Subject: ADODB record set

Check what cursor you are using on the recordset, try using a client side cursor.