Hi Everyone,
I'm working on a program that needs to add a record to a SQL Svr 7 table
that contains an identity column. I'm using the rs.AddNew ... rs.Update
syntax on an ADO recordset. How can I learn the identity value of the
new record right after the Update statement fires and the record is
inserted into the SQL table?
Thanks very much for any help you can offer!
- Jim