cancel
Showing results for 
Search instead for 
Did you mean: 

Call stored procedure from C# using recordset

Former Member
0 Kudos

Hello ,

I want to call a stored procedure from my C# program using DI API , I've been searching but I didn't find a helpful answer

Any help will be very appreciated

Best regards

View Entire Topic
pfefferf
Active Contributor
0 Kudos

Do you have already checked the information available in the online help: Calling SQLScript from C#

Former Member
0 Kudos

THank u so much for this answer

I have a block of updates i want to make sure the whole block is correctly executed with DI API otherwise a rollback must be done

I know I can do COMMIT and ROLLBACK via stored procedure but it doesn't help much

thanks