J
Joshua Ellul
Hi There,
I am using an OleDb.OleDbCommand to insert a new record using the
ExecuteNonQuery method with an SQL "INSERT INTO" statement. Is it possible
to somehow retrieve the record/s inserted without having to perform an
additional SQL statement?
If not, is there a different method to insert data which automatically
returns the record inserted?
Best Regards,
Joshua
I am using an OleDb.OleDbCommand to insert a new record using the
ExecuteNonQuery method with an SQL "INSERT INTO" statement. Is it possible
to somehow retrieve the record/s inserted without having to perform an
additional SQL statement?
If not, is there a different method to insert data which automatically
returns the record inserted?
Best Regards,
Joshua