Re: [PHP] Inserting rows with missing IDs

2010-05-05 Thread tedd
Richard Quadling wrote: On 3 May 2010 14:34, Andre Polykanine an...@oire.org wrote: Hello everyone, It's not a strictly PHP question, however since I use that with PHP, I'm asking it there. How can I accomplish the task of inserting rows into MySql database with missing IDs? Say, I have rows

Re: [PHP] Inserting rows with missing IDs

2010-05-04 Thread Richard Quadling
On 3 May 2010 14:34, Andre Polykanine an...@oire.org wrote: Hello everyone, It's not a strictly PHP question, however since I use that with PHP, I'm asking it there. How can I accomplish the task of inserting rows into MySql database with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9,

Re: [PHP] Inserting rows with missing IDs

2010-05-04 Thread Richard Quadling
On 3 May 2010 14:34, Andre Polykanine an...@oire.org wrote: Hello everyone, It's not a strictly PHP question, however since I use that with PHP, I'm asking it there. How can I accomplish the task of inserting rows into MySql database with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9,

Re: [PHP] Inserting rows with missing IDs

2010-05-04 Thread Richard Quadling
On 3 May 2010 14:34, Andre Polykanine an...@oire.org wrote: Hello everyone, It's not a strictly PHP question, however since I use that with PHP, I'm asking it there. How can I accomplish the task of inserting rows into MySql database with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9,

Re: [PHP] Inserting rows with missing IDs

2010-05-04 Thread Nathan Rixham
Richard Quadling wrote: On 3 May 2010 14:34, Andre Polykanine an...@oire.org wrote: Hello everyone, It's not a strictly PHP question, however since I use that with PHP, I'm asking it there. How can I accomplish the task of inserting rows into MySql database with missing IDs? Say, I have rows

RE: [PHP] Inserting rows with missing IDs

2010-05-03 Thread Bob McConnell
From: Andre Polykanine It's not a strictly PHP question, however since I use that with PHP, I'm asking it there. How can I accomplish the task of inserting rows into MySql database with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9, 12, 17, and 195. How do I make the check that allows

Re: [PHP] Inserting rows with missing IDs

2010-05-03 Thread tedd
At 4:34 PM +0300 5/3/10, Andre Polykanine wrote: Hello everyone, It's not a strictly PHP question, however since I use that with PHP, I'm asking it there. How can I accomplish the task of inserting rows into MySql database with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9, 12, 17, and