Re: [PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Richard Lynch
On Tue, November 8, 2005 7:37 am, Rahul S. Johari wrote: > Is there a way to fix ID sequence in a MySQL table using PHP? > Basically I have some tables with a lot of records, 1000 to 5000. > ŒID¹ is > the Primary Key column in these tables, and at the time the code was > originally written, there

Re: [PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Rahul S. Johari
you want an orderby-statement to be done on ID-field? Is that what you >>> mean? >>> I would go to phpmyadmin and fix that in the database-structure. (or some >>> kind of database-utility) >>> >>> /G >>> http://www.varupiraten.se/ >>> >>

Re: [PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Georgi Ivanov
to be done on ID-field? Is that what you > > mean? > > I would go to phpmyadmin and fix that in the database-structure. (or some > > kind of database-utility) > > > > /G > > http://www.varupiraten.se/ > > > > > > > > - Original Message -

Re: [PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Gustav Wiberg
- Original Message - From: "Larry E. Ullman" <[EMAIL PROTECTED]> To: "Rahul S.Johari" <[EMAIL PROTECTED]> Cc: "PHP" Sent: Tuesday, November 08, 2005 3:38 PM Subject: Re: [PHP] Fixing ID's in mySQL Table Is there a way to fix ID sequen

Re: [PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Larry E. Ullman
Is there a way to fix ID sequence in a MySQL table using PHP? Basically I have some tables with a lot of records, 1000 to 5000. ‘ID’ is the Primary Key column in these tables, and at the time the code was originally written, there weren’t much verification of data being input going on. Thus

Re: [PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Rahul S. Johari
to be done on ID-field? Is that what you > mean? > I would go to phpmyadmin and fix that in the database-structure. (or some > kind of database-utility) > > /G > http://www.varupiraten.se/ > - Original Message - > From: "Rahul S. Johari" <[EMAIL PRO

Re: [PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Miles Thompson
At 09:37 AM 11/8/2005, Rahul S. Johari wrote: Ave, Is there a way to fix ID sequence in a MySQL table using PHP? Basically I have some tables with a lot of records, 1000 to 5000. ŒID¹ is the Primary Key column in these tables, and at the time the code was originally written, there weren¹t mu

Re: [PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Gustav Wiberg
- Original Message - From: "Rahul S. Johari" <[EMAIL PROTECTED]> To: "PHP" Sent: Tuesday, November 08, 2005 2:37 PM Subject: [PHP] Fixing ID's in mySQL Table Ave, Is there a way to fix ID sequence in a MySQL table using PHP? Basically I have som

[PHP] Fixing ID's in mySQL Table

2005-11-08 Thread Rahul S. Johari
Ave, Is there a way to fix ID sequence in a MySQL table using PHP? Basically I have some tables with a lot of records, 1000 to 5000. ŒID¹ is the Primary Key column in these tables, and at the time the code was originally written, there weren¹t much verification of data being input going on. Thus