blah blah blah is here! blah blah » Close

0
votes
1 answers

LINQ To SQL Rollback problem

Hi I'm using c#. I have create a stored procedure in my SQL Server 2005 db for deleting clients. The reason I used a stored procedure is because in order to delete a client I have to delete several other records from different tables tha ...

0
votes
1 answers

Call Oracle Stored Procedure using C#

Hi, im new to using stored procedures and i have the following stored procedure... CREATE OR REPLACE PROCEDURE DRL_PROCEDURE2(var_SOURCE_OBJECTID IN varchar2, var_NEW_OBJECTID OUT varchar2) AS BEGIN SELECT MAX(NEW_OBJECTID) INTO var_ ...

Feedback