Re: [PHP-DB] ¥プチ逆円の火付け役¥

2006-06-01 Thread sunaram patir
hi list, i am facing a problem. when i try to write a blob data which is of size 5MB is not allwoing to write. "MySQL server has gone away" is the error code. The max_allowed_packet is set to be 32 MB. what may be the problem?

[PHP-DB] odbc_exec error

2006-06-01 Thread Scott Wettstein
I'm pretty new to PHP so I need help. I'm getting this error: Error in updating SQL PHP Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 2., SQL state 07001 in SQLExecDirect in c:\Inetpub\wwwroot\shout.php on line 77 Line

RE: [PHP-DB] odbc_exec error

2006-06-01 Thread Bastien Koert
is $conn defined? Bastien From: "Scott Wettstein" <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] odbc_exec error Date: Thu, 1 Jun 2006 14:19:50 -0500 I'm pretty new to PHP so I need help. I'm getting this error: Error in updating SQL PHP Warning: odbc_exec() [function.odbc-ex

Re: [PHP-DB] odbc_exec error

2006-06-01 Thread Brad Bonkoski
Scott Wettstein wrote: I'm pretty new to PHP so I need help. I'm getting this error: Error in updating SQL PHP Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 2., SQL state 07001 in SQLExecDirect in c:\Inetpub\wwwroo