MX Kollection Forum :: Insert multiple records
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Dean Collins
02-18-2010 19:33:31 GMT +2
|
It seems as if I've seen this discussed, but I can't find it. Can I insert multiple records into the same table with one form? Same as using the multiple insert transaction (http://www.interaktonline.com/Documentation/MXKollection/mx_kollection.htm) but without using the NeXTension list first. For example ...
product 1, color green
product 2, color blue
product 3, color black
Three (or how ever many) records but one button (form).
|
|
|
Fred at ExelWebs.com
02-18-2010 20:27:04 GMT +2
|
Hi Dean,
Sure you can.
When adding records the list is simply a method to select how many records you want to add. The number of records to add is passed as a URL parameter.
Simply use in this format
http://www.mydomian.com/articles_update.php?no_new=6
the "no_new=6" will get the form to generate 6 records to insert.
You will just need to adjust the redirect to your own page after inserting the records.
http://www.interaktonline.info
|
|
|
Dean Collins
02-18-2010 20:51:13 GMT +2
|
No wonder I couldn't figure it out. It's too simple.
Thank you!
|
|
|