Hi All,
Using classic ASP applciation with DB2 (just adding it to the apps quiver of DBs). I am trying to do an insert (in a set of n inserts) and then retrieve the auto-increment field's value using the standard ADO call of
The problem is that the value comes back as 0. How should I fix the problem?
Regards
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
Using classic ASP applciation with DB2 (just adding it to the apps quiver of DBs). I am trying to do an insert (in a set of n inserts) and then retrieve the auto-increment field's value using the standard ADO call of
Code:
rsForm.Update
nFormStructRecId = rsForm("record_id")
rsForm.Close
The problem is that the value comes back as 0. How should I fix the problem?
Regards
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...