2
Reply

Issues updating data table in an SQLExpress database via stored procedures from my windows application

jepaske

jepaske

Jan 29 2008 6:17 PM
5k

I have created a local database (SQLExpress) within my windows application.  I created stored procedures to ease the data processing.  I can connect and I can extract data from the data tables into my application with no problem.  However I can't perform any data updates from within my program.  I can run the stored procesures from the data interface and they work without issue.  I run them from my program and they tell me that rows have been updated, but when I go and open the tables (from server explorer) to review the updates, they are not there.  I can't get it to generate any error messages so I can't debug...

Has any one else seen this situation... it is set for Intergrated Security = true, User Instance = true...

Thanks for any help...


Answers (2)