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 what

Re: Sequential read on a file

2003-02-19 Thread Jerry
Message - From: 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 is working okay and I'm just

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 the

RE: Sequential read on a file

2003-02-19 Thread Colin
a bit here as we look to move towards web-based systems. Regards, 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