[PHP-DB] Re: oracle (oci8) intro

2001-08-21 Thread Manuel Lemos
Hello, Cynic wrote: > > Hi there, > > I'm in a situation where I need to produce a small app > on top of an Oracle server really quickly. I'm quite a > seasoned developer, but have only experience with MySQL > so far. It's my understanding that Oracle lacks the > MySQL's "LIMIT" feature. Lookin

[PHP-DB] Re: oracle (oci8) intro

2001-08-19 Thread Alexandre Santos
Oracle have an hidden field called rownum, that defines the rownum of the record (table or result table from a query). Look in www.phpbuilder.com. There is an article about the building Prev/next buttons. In the comments you have more than one answer to your problem. Choose the one you think it's