Re: [PHP-DB] Multiple query execution

2005-09-03 Thread Edward Vermillion
Alvaro Cobo wrote: Hi guys: I need to execute two insert/update queries within a single statement string from a PHP application, but it keeps giving me an error. For example, I have a listbox which has to insert or update two tables whithin the same submit action: INSERT INTO tbl_ISperson(Name

[PHP-DB] Multiple query execution

2005-09-03 Thread Alvaro Cobo
Hi guys: I need to execute two insert/update queries within a single statement string from a PHP application, but it keeps giving me an error. For example, I have a listbox which has to insert or update two tables whithin the same submit action: INSERT INTO tbl_ISperson(NamePerson, Country) VALU