79501434

Date: 2025-03-11 16:22:48
Score: 0.5
Natty:
Report link

SaveChanges was missing. That was the issue. It is now working. Result still returns -1 but it executes the CL program.

   context._formRepository.Add(item);
   context.SaveChanges();
   var result = context.Database.ExecuteSqlRaw("Call ProgramLibrary.CLProgram");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Nakres