S
Steve Jorgensen
I'ts not quite as efficient, but why not use a recordset to add the record and
read the IDENTITY value that is assigned? For best performance, include a where
clause in the SQL that generates the recordset that returns no rows (e.g. FooID
IS NULL).
read the IDENTITY value that is assigned? For best performance, include a where
clause in the SQL that generates the recordset that returns no rows (e.g. FooID
IS NULL).