This topic is locked

DELETE Records using DAL

11/10/2016 8:10:17 AM
ASPRunner.NET General questions
J
JosefTK author

Hi 2 all,
I want to delete a record using dal. This is my script:
tDAL.CustomQuery("EXEC deleteolddata '" + values["msisdn"] + "'");

return true;
I can execute the sproc on my SQL Server without any problems but when I want to execute it within asprunner I get an error.

I don't understand what I'm doing wrong.

Could someone please help?