H
Hai Nguyen
Hi everyone
I'm devloping a wep application which needs to access database frequently
(for now access database). I got stuck.
The first page, I ask for several questions from customers and holds their
answers. Let make it simple, the questions are
Name:
Address
Phone
Email:
In database has:
ID Name Address Phone Email
ID is a counter which will increment automatically after I insert the the
row
There is another table which reuses the ID from the table above
ID ABC DEF GHI
I would like to know what is the idea behind this solutions. I want to know
right after I insert the record including Name,Address,Phone,Email. I want
to have the ID right after that, store it somewhere for later use.
Thanks for any help
I'm devloping a wep application which needs to access database frequently
(for now access database). I got stuck.
The first page, I ask for several questions from customers and holds their
answers. Let make it simple, the questions are
Name:
Address
Phone
Email:
In database has:
ID Name Address Phone Email
ID is a counter which will increment automatically after I insert the the
row
There is another table which reuses the ID from the table above
ID ABC DEF GHI
I would like to know what is the idea behind this solutions. I want to know
right after I insert the record including Name,Address,Phone,Email. I want
to have the ID right after that, store it somewhere for later use.
Thanks for any help