I need to insert a record and then retrieve the value of the autonumber field associated with the record. I can easily do this with an insert followed by a select max(id) from table1 (where id is an autonumber field). What I'm looking for is how to ensure that two inserts at the same time...
I've been working with sql for years but my limited knowledge of it has finally caught up with me. I'm working in a web scripting environment where I'm using odbc to run sql statements against an access db.
I have a table with contains entries for time spent on projects by an employee. Each...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.