I want to INSERT a record in a database (which is Microsoft SQL Server in my case) using JDBC in Java. At the same time, I want to obtain the insert ID. How can I achieve this using JDBC API?

13 Answers
13

Leave a Reply

Your email address will not be published. Required fields are marked *