[PHP-DB] Adding a PDO driver to the standard release

2007-10-12 Thread Claude Masseron
Hi, Not sure if I'm asking in the right place. One of our engineers wrote a PDO driver for the IBM U2 databases. Info can be found at: http://www.ibm.com/developerworks/db2/library/techarticle/dm-0612xia/ http://www.ibm.com/developerworks/db2/library/techarticle/dm-0701xia/ and

RE: [PHP-DB] php maximum characters in text field

2007-10-12 Thread Bastien Koert
Unless you are using a text field (which holds 64K [mysql]) a normal varchar maxs out at 255 characters Post is limited by the php.ini file amounts (usually in the megabyte range). what is the size of the post? Bastien> Date: Fri, 12 Oct 2007 10:41:15 -0400> From: [EMAIL PROTECTED]> To: ph

RE: [PHP-DB] php maximum characters in text field

2007-10-12 Thread Bastien Koert
Yes, that is the HTML and the PHP code to check. What about the php code to go to the db? Bastien> Date: Fri, 12 Oct 2007 11:42:25 -0400> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]; php-db@lists.php.net> Subject: RE: [PHP-DB] php maximum characters in text field> > The field on the form

Re: [PHP-DB] Remote DB Connection: Pros and Cons?

2007-10-12 Thread Tony Grimes
Thank you all for the responses. I think we're going to try replicating the databases with Slony. Wish me luck! Tony On 10/11/07 6:23 PM, "Chris" <[EMAIL PROTECTED]> wrote: > Tony Grimes wrote: >> Splitting the tables probably wouldn't work. Most of the tables are used by >> both sites and the

RE: [PHP-DB] FW: Kesalahan posting: Don Komo

2007-10-12 Thread Instruct ICC
Date: Fri, 12 Oct 2007 11:29:27 -0400 From: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] FW: Kesalahan posting: Don Komo Why do I get this everytime I post? I think Don Komo registered to this PHP list with the private email address [EMAIL PROTECTED] So since we are not a mem

RE: [PHP-DB] php maximum characters in text field

2007-10-12 Thread Bastien Koert
And how is the table / field of interest configured? 833 will obviously not fit into a 255 varchar field... Bastien Subject: RE: [PHP-DB] php maximum characters in text fieldDate: Fri, 12 Oct 2007 11:24:14 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; php-db@lists.php.net The info

RE: [PHP-DB] php maximum characters in text field

2007-10-12 Thread VanBuskirk, Patricia
The info he was trying to submit was 883 characters, including spaces (counted in Word). Many times, people have very detailed descriptions they need to send in. Can you think of a way to work around this limitation? Also, what happened when he tried to submit is he got an email back with "Undef

[PHP-DB] php maximum characters in text field

2007-10-12 Thread VanBuskirk, Patricia
Is there a maximum number of character $_POST will/can return from a text field. I have an online form that was driving me nuts trying to troubleshoot, as most orders were coming in fine, but this one would not. I narrowed down to the length of the "customer description" field which has no limits

Re: [PHP-DB] Adding a PDO driver to the standard release

2007-10-12 Thread chris smith
On 10/12/07, Claude Masseron <[EMAIL PROTECTED]> wrote: > Hi, > > Not sure if I'm asking in the right place. One of our engineers > wrote a PDO driver for the IBM U2 databases. Info can be found at: > > http://www.ibm.com/developerworks/db2/library/techarticle/dm-0612xia/ > http://www.ibm.c

RE: [PHP-DB] php maximum characters in text field

2007-10-12 Thread VanBuskirk, Patricia
The field on the form is as such: The confirmation page is: From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 11:26 AM To: VanBuskirk, Patricia; php-db@lists.php.net Subject: RE: [PHP-DB] php maximum characters in text field And how is the table / field of in

[PHP-DB] FW: Kesalahan posting: Don Komo

2007-10-12 Thread VanBuskirk, Patricia
Why do I get this everytime I post? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 11:26 AM To: VanBuskirk, Patricia Subject: Kesalahan posting: Don Komo Anda tidak memiliki izin untuk memposting ke grup donkomo. Anda mungkin harus b

Re: [PHP-DB] What is the most efficient way to store SELECT results

2007-10-12 Thread Leo G. Divinagracia III
Robert Palmer wrote: I'm not I was clear in my question. A query returns 1,000 rows from the table. I want to store the entire result of that query in order to be able to create separate pages to return the results rather than all on one page "e.g. Page 1 2 3 4 ... ". Not sure if it's importa