On Sat, 25 Oct 2003 10:43:51 +0100, dan wrote:
> Basically what happens is the program enters information using INSERT, and
> then it needs to re-read the data it's just sent to verify it, and get the
> id number that auto_increment assigned it.

You don't say anything about what RDBMS you're using?  With MySQL you
could easily look up the information you're looking for in the manual,
while other database systems need other approaches.  Stick with an RDBMS
which gives you transactions.


-- 
Tore Aursand <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to