Oracle

admin

Administrator
Staff member
Just a quick question. I'm writing a DB abstraction for a project I'm working on and was hoping an Oracle guru could help me with a question.

Does the Oracle support in PHP have any means of fetching a specific row from results, something similar to the mssql_data_seek command?

If not, how are people getting around the problem of not being able to fetch a specific row of results?

Say I select "select * from contacts" where table contacts had 20 results and I only wanted the last 10... or say 5-15. I need to be able to move around the results... any suggestions?

TIA

Matt
 
Back
Top