Thread
:
creating a link between db output and editing
View Single Post
07-29-2006, 09:29 AM
#
2
(
permalink
)
DJMaze
Senior Contributor
Join Date: Mar 2005
Posts: 741
Your db table records need a key/id field for easy access.
MySQL: AUTO_INCREMENT
PostgreSQL: SERIAL or see below
Relational SQL: 'before insert' trigger that calls the gen_id() procedure with the appropiate generator.
DJMaze
View Public Profile
Find More Posts by DJMaze