Not on the ones I have used. Normally (well my normal anyway) you have to
extract it from elsewhere.

For example, Sybase SQL anywhere you need "select @@identity" executed
immediately afterwards. One other way is to put the insert a stored
procedure and return the auto-increment value.

However it IS database dependent.


From: "T.P.Afamdi Okeke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, 09 May, 2001 01:31 PM

> If you perform an insert on a table with an auto-increment
> field, does DBI return the auto increment value of the row that
> was just inserted?


Reply via email to