Is it possible to change the cursor type of a recordset? I have a dsnless connection created in PHP through the use of the ADO object. The problem is when I go to move around the recordset I get an error stating that moving backwards is not allowed. I tried adding $rs->CursorType = 3(OpenStatic) but it didn't seem to help. Any ideas?