Dataset

  • Thread starter Thread starter Victor Rodriguez
  • Start date Start date
V

Victor Rodriguez

How after creating a new row on a table that has an autoincrement column and
updating the server could I be able to get the new id created automatically
at the server?

thanks,

Victor
 
Hi Victor,
Try this query
SELECT IDENT_CURRENT('TableName')

Hope this helps
 

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

Back
Top