Re: [PHP-DB] browsing sorted resultsets from an oracle db

2003-01-14 Thread xxx xxxx
try steping like this: 1. select all you have to find; like dates[][] ..the result is a matrix if you have more then one field 2. register that values with session_register("dates") 3. in every page you have to put a starting counter with it you have to display the values starting with... like "s

[PHP-DB] browsing sorted resultsets from an oracle db

2003-01-13 Thread Markus Mirsberger
Hi, I got the following ( simple :) ) problem. I have like 1 million keys and I want to browse through them like"show next 10" or "show last 10" or "show next" or "show last" for example. this is pretty easy in mysql but for some reason not in oracle:) The first solution I had is to have a sub