RE: how to do paging of records

2003-08-14 Thread Coello, David
VER, EVEN IS WHITE if (($counter % 2) == 0) { $bgColor = "E0E0E0"; } else { $bgColor = "FF"; } -Original Message- From: Daniela Silva - Absoluta.net [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 9:

how to do paging of records

2003-08-14 Thread Coello, David
can anyone help me on how to do paging of records i want a few records per page, im using oracle 8i.!!! and cgi. david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: how to do paging of records

2003-08-07 Thread Coello, David
oracle doesnt accept a limit clause, so i have to work around that, any ideas! i been stuck on this issue over a few days... -Original Message- From: Gary Stainburn [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8:57 AM To: Coello, David; [EMAIL PROTECTED] Subject: Re: how to

RE: :Oracle not executing stored procedure properly...

2003-08-06 Thread Coello, David
hi everyone! im having a problem, i want to display 10 records at a time per page in a cgi page, im using oracle 8 i have try'd a few things without any luck, HELP! i could get all my records fine but i cant get the paging to work. david -Original Message- From: Hamish Whittal [mailto:[EM