This topic is locked

Insert record

9/18/2008 6:40:21 PM
PHPRunner General questions
R
rich_dev author

Hi

Is it possiible in phprunner to Insert a record at a specified position in the database.
I.E
50 records in database

add new record at 13th postion

moving current record 13 and all records from that position down and inserting new record in its place
One way is a bubble insertion, but my php is very basic and i dont want to get to heavy in to programming.
I hope that makes sense
Rich

J
Jane 9/19/2008

Rich,
I'm not sure that I understand you.

Do you want to change key fields for all records in the database?