Re: Reaching the unique id after inserting with auto increment

2002-05-19 Thread Fred van Engen
Hi, On Sun, May 19, 2002 at 05:14:49PM +0200, Gyulay Gabor wrote: > This is a basic problem. > I need an unique id in a table, so I choosed integer with > auto increment. (it is so simple...) > > After inserting a record, I have to display the created > unique id to identify that record later. >

Reaching the unique id after inserting with auto increment

2002-05-19 Thread Gyulay Gabor
Hi ! This is a basic problem. I need an unique id in a table, so I choosed integer with auto increment. (it is so simple...) After inserting a record, I have to display the created unique id to identify that record later. But how can I select it ? If I select the last record, I should get ano