[PHP] Re: Load data and Insert

2004-08-11 Thread Torsten Roehr
Juan Pablo Herrera [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! i need do two querys in one. First query is a load data and the second query is insert into. My idea is to concatenate with and, but i'not know. Is it possible? Regards, Juan Please specify a bit more clearly

[PHP] Re: Load data and Insert

2004-08-11 Thread Torsten Roehr
Torsten Roehr [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Juan Pablo Herrera [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! i need do two querys in one. First query is a load data and the second query is insert into. My idea is to concatenate with and, but

Re: [PHP] Re: Load data and Insert

2004-08-11 Thread Juan Pablo Herrera
Torsten Roehr [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Juan Pablo Herrera [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! i need do two querys in one. First query is a load data and the second query is insert into. My idea is to concatenate with and, but

RE: [PHP] Re: Load data and Insert

2004-08-11 Thread Jay Blanchard
[snip] It's OK, but i need concatenate load data with insert. I have a file *.cvs that used three fields (a,b,c), my database have four fields(a,b,c,d). The insert have the data for last field. [/snip] This cannot be done. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: Load data and Insert

2004-08-11 Thread Justin Patrin
On Wed, 11 Aug 2004 12:49:22 -0300 (ART), Juan Pablo Herrera [EMAIL PROTECTED] wrote: Torsten Roehr [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Juan Pablo Herrera [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! i need do two querys in one. First query