Hello,
The first column of my table is AUTO_INCREMENT.
I fill my table with 5 records with a blanco value in their first
field.
The first column of my table will then hold the values 1,2,3,4,5
(top>down).
Then I erase those 5. Then I add a new record with a blanco first
value. It will get number 6.
My problem in this scenario:
I want to read out this number 6 before I will insert that record. Is
that possible?
Thanks,
Bart
The first column of my table is AUTO_INCREMENT.
I fill my table with 5 records with a blanco value in their first
field.
The first column of my table will then hold the values 1,2,3,4,5
(top>down).
Then I erase those 5. Then I add a new record with a blanco first
value. It will get number 6.
My problem in this scenario:
I want to read out this number 6 before I will insert that record. Is
that possible?
Thanks,
Bart
Comment