Explore the Articles

Server-side programming

Retrieve inserted ID with Stored Procedure and @@identity

Here's a quick and dirty tut on how to retrieve the just inserted records ID with the use of Stored Procedures in SQL Server using the @@identity function Read More
Server-side programming

Introduction to PL/SQL (series 2)

Insert,select,update,delete

Read More