binap
Posts: 10
|
| Posted: 08/19/2008, 3:41 AM |
|
hi all,
Is it possible to insert/update at a time multiple tables through code charge studio. Can any one try this.
|
 |
 |
ReneS
Posts: 225
|
| Posted: 08/20/2008, 1:18 AM |
|
Hi,
Yes that is possible. Search the help file for "custom update/delete" etc.
Rene
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 08/20/2008, 10:14 AM |
|
If you mean the mutliple table update MySQL 5+ offers, actually updating JOINED tables in one statement, the answer is No.
Still follow Rene's advice.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
ReneS
Posts: 225
|
| Posted: 08/20/2008, 11:28 AM |
|
Hi,
For instance check out the code for "updating many-to-many" relationships in the example pack. You can incorporate that in a form that updates another table etc.
Rene
|
 |
 |
|