I am using ODBC to talk to MS SQL Server. Is it possible when I execute an INSERT statement to use odbc_result() to get the name of the row ID field generated for that record of the INSERT statement without having to turn around and re-query the database for it?
Thanks.
Ron L