How to use scope_identity in jdbc

19 views Asked by At

How to use scope_identity in JDBC? I have to insert one table (which is in SQL Server ) primary key value into another table which is using first table primary key as foreign key.

0

There are 0 answers