From: "lrlebron@..." Date: 2006-12-19T06:15:07+09:00 Subject: Questions on DBI::ADO stored procedures and inserts mssql server I am writing a class to deal with a mssql server database. I have a couple of questions on using DBI::ADO 1. How does one run a stored procedure with input parameters using DBI::ADO? I've searched for documentation but have not found nothing specific 2. When I insert an item I need to get the primary key of the item inserted. In vb.net I run a "Select @@Scope_Identity" after the insert. How would I do this with DBI::ADO? thanks, Luis