Odd Question - DataSets and Sproc relationship

Reeve

Member
Joined
May 25, 2006
Messages
6
Location
Minneapolis, MN
Programming Experience
Beginner
I'm working on a web app. I recently added a column in the table 'clients'. I had to manually update the .xsd schema file. After doing that, modifying the client info via the web interface stopped working. To fix the problem, in the 'clients_modify' sproc I had to remove some of the where clause criteria (the where clause was previously written to match on all fields). The match on all fields is what is currently in production, and it works. Question - why did I have to remove comparison on 8 of the 25 fields in order for the update to work after the dataset modification?
 
Back
Top