maggiemel
Posts: 75
|
| Posted: 09/19/2005, 8:37 AM |
|
What happens w/ a CodeCharge Studio editable grid when one row of information already exists and then the user decides to add another couple of entries? Is it an insert or an update that is performed when the form is submitted? Can someone walk me through what's going on behind the scenes?
I'm using a stored procedure to insert new records into a table using an editable grid and I'm wondering if I can use the same SP for updates. I was thinking I would add a "before update" event that deletes any existing entries and then run the SP to add everything back in again -- does that make sense or is there a better way?
_________________
Melissa Cahill
http://www.hellcatmaggie.net/ |
 |
 |
|