Subject get to AutoInc value
Author zifnabbe
Hi,

I use a stored procedure to insert data into a table. In the table a
field is autoincremented. Is it possible to return the value of this
field by this stored procedure?

Or do I've to query the database for knowing the autoincremented value?

Thanks in advance