PackerFanatic
01-13-2006, 10:05 AM
Alright, I am still working on the same stupid datagrid stuff here at work and I have run into another snag. When information in my grid is updated and/or added and then committed, I run the DataAdapter's Update method on any of the changes (which in turn runs any INSERT, DELETE, and/or UPDATE statements that need to be based on any changes in the dataset) For some reason, any time I have more than two rows that need to be updated (or deleted or inserted) the program will freeze at the Update line. If I modify or add just one row, it will update just fine. But anytime I try a second, it will bomb out. Any suggestions?