RE: Sequential read on a file

2003-02-19 Thread Colin
s, Colin K Heaps -Original Message- From: Jerry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 3:01 PM To: Colin; [EMAIL PROTECTED] Subject: Re: Sequential read on a file Use and id column, like an auto increment one and use that in the html you are writing out +1 or -1 t

Re: Sequential read on a file

2003-02-19 Thread KH Chiu
You are right. "read previous" simply not exist. I think this is due to both historical reason and 'client/server model'. In fact, 'read next' is available by reading next row in a query. However, the record cursor is one direction only and cannot be read back. In my experience, I will store th

Re: Sequential read on a file

2003-02-19 Thread Jerry
om: "Colin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 2:51 PM Subject: Sequential read on a file > Hi, > Newbie here so please bear with me. > I am running MySQL 3.23.22 with PHP4.01 on WinNT client / Linux host, > everything i

Sequential read on a file

2003-02-19 Thread Colin
Hi, Newbie here so please bear with me. I am running MySQL 3.23.22 with PHP4.01 on WinNT client / Linux host, everything is working okay and I'm just getting to grips with some basic database handling. Although I can use mysql_query to get a list of records using "Select * from `mydata`" - for wha