two queries

  • Thread starter Thread starter Dante
  • Start date Start date
D

Dante

Hi,
Wonder if its possible to execute two queries to Access.
Ex: "INSERT INTO aaa(a_something) VALUES(?);SELECT
@@IDENTITY"
 
Hi,
Wonder if its possible to execute two queries to Access.
Ex: "INSERT INTO aaa(a_something) VALUES(?);SELECT
@@IDENTITY"

No - unlike SQL, queries run "solo". In addition, they do not have the
@@IDENTITY operator.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top