View Single Post

  #2 (permalink)  
Old 03-10-2007
Rik
 
Posts: n/a
Default Re: INSERT Statement problem

Anteater Alum <futbolguy@gmail.com> wrote:

> I have financial data table in which I'm trying to insert rows with
> approximately 30 columns of data. I am calling a function that inserts
> a row for each financial transaction. There are about 120 rows that I
> need to insert, but only the first 30 are executing and then it stops.
>
> I am passing the data to the function using a PHP array. The array
> contains about 2MB worth of data.
>
> I am getting frustrated wondering why it stops executing after row 30,
> even when none of the column sizes are violated. I've read about
> 'max_allowed_packet' on mysql.com but I'm not sure if that applies.
>
> Any suggestions on other areas to look into would be greatly
> appreciated. Let me know if you need more specific information to help
> me with this.


What error do you get, and what code do you use?


--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Reply With Quote