RE: [PHP-DB] Copying Data From One Table To Another Table

2008-11-14 Thread Alice Wei
Hi, Thanks for the trick. I took the query to copy the data outside of the loop, and it is now working! Alice > Date: Fri, 14 Nov 2008 14:07:27 +0200 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: php-db@lists.php.net; [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Co

Re: [PHP-DB] Copying Data From One Table To Another Table

2008-11-14 Thread Thodoris
$result3=mssql_query($query3) or die ("The query has failed"); http://dev.mysql.com/doc/refman/5.0/en/insert-select.html Ah - the OP isn't using mysql, it's ms-sql. Oups didn't notice that :-) . -- Thodoris

Re: [PHP-DB] Copying Data From One Table To Another Table

2008-11-14 Thread chris smith
>>> $result3=mssql_query($query3) or die ("The query has failed"); > http://dev.mysql.com/doc/refman/5.0/en/insert-select.html Ah - the OP isn't using mysql, it's ms-sql. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http://www.php.net/) To unsu

Re: [PHP-DB] Copying Data From One Table To Another Table

2008-11-14 Thread Thodoris
Alice Wei wrote: Hi, I am trying to accomplish a task of which I have to copy the data from one table to another. The problem is that whenever I tried to perform the action of copying the data through this method, although the data gets copied, it performs reiterative copying that cause

Re: [PHP-DB] Copying Data From One Table To Another Table

2008-11-13 Thread Chris
Alice Wei wrote: Hi, I am trying to accomplish a task of which I have to copy the data from one table to another. The problem is that whenever I tried to perform the action of copying the data through this method, although the data gets copied, it performs reiterative copying that causes my

[PHP-DB] Copying Data From One Table To Another Table

2008-11-13 Thread Alice Wei
Hi, I am trying to accomplish a task of which I have to copy the data from one table to another. The problem is that whenever I tried to perform the action of copying the data through this method, although the data gets copied, it performs reiterative copying that causes my program and my

RE: [PHP-DB] copying data

2002-12-12 Thread SELPH,JASON (HP-Richardson,ex1)
. This may be tricky as I am not sure if you can bait and switch the file from under the odbc connections nose. Cheers Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:33 AM To: PHP-DB Subject: [PHP-DB] copying data I

[PHP-DB] copying data

2002-12-12 Thread Edward Peloke
I asked a question sort of alone these lines the other day so please forgive me if it sounds familiar... If I have a microsoft access file .mdb on my server, can I use a php page to move the data from the file to a mysql db? Thanks, Eddie -- PHP Database Mailing List (http://www.php.net/) To