about commit [message #441609] |
Tue, 02 February 2010 02:41 |
divya5468
Messages: 5 Registered: June 2009 Location: Chennai
|
Junior Member |
|
|
there are so many forms in a single data block. i have placed a push button in the last form in a data block with this code:
commit;
this code inserts all the values of previous data blocks also.
My doubt is:
1)how to insert particular data block values using commit code?
2)there is a data block in tabular type with three rows. i want to insert all three rows at a time?
please help me....Thanks a lot........
[Updated on: Tue, 02 February 2010 02:47] Report message to a moderator
|
|
|
Re: about commit [message #441615 is a reply to message #441609] |
Tue, 02 February 2010 03:34 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
- You can not - COMMIT commits the whole transaction (i.e. changes you've made in all of your blocks). It is not possible to choose which block to commit, and which not.
- What does it mean, "insert 3 rows at a time"? Commit? If so, a single commit will commit all three rows. If it is about populating items with values, you can't do that "at once", but record-by-record. If none of the above, what then?
|
|
|