What is the easy way to get the auto increment id after insert?
843854Aug 3 2004 — edited Aug 5 2004Hi there,
After inserting a line in a table with auto_increment field (name "id"), how can get the value of id? or I have to use SELECT to get it?
TIA
Wolf