[PHP-DB] Sybase CALL statement problems

2005-03-29 Thread Anthony Robins
When retrieving ODBC results from Sybase SQL Anywhere 6 and 9 from a CALLed procedure, the output to the browser is being arbitrarily truncated. The resulting output does contain proper data, but as I said, it simply gets chopped off at a seemingly random point (I have had it chop anywhere from

Re: [PHP-DB] Sybase CALL statement problems

2005-03-29 Thread Martin Norland
Anthony Robins wrote: When retrieving ODBC results from Sybase SQL Anywhere 6 and 9 from a CALLed procedure, the output to the browser is being arbitrarily truncated. $DataSourcePassword = "pass"; $DataSourceName = "source"; $ODBCConnect = odbc_connect($DataSourceName,$DataSourceUserID,$DataSou

Re: [PHP-DB] Sybase CALL statement problems

2005-03-29 Thread Anthony Robins
I have checked my logfiles, and everything seems to be running smoothly and error free. The truncation occurs wether I use the odbc_result_all function or something like: WHILE( odbc_fetch_row( $CallTest ) ): FOR( $ii = 1; $ii <= odbc_num_fields( $CallTest ); ++$ii ): PRIN

Re: [PHP-DB] Sybase CALL statement problems

2005-03-29 Thread Martin Norland
Anthony Robins wrote: I have checked my logfiles, and everything seems to be running smoothly and error free. The truncation occurs wether I use the odbc_result_all function or something like: WHILE( odbc_fetch_row( $CallTest ) ): FOR( $ii = 1; $ii <= odbc_num_fields( $CallTest ); ++$ii ):

Re: [PHP-DB] Slow access Apache + PHP + MySQL

2005-03-29 Thread Jennifer Goodie
-- Original message -- From: Andre Matos <[EMAIL PROTECTED]> > Now, we are using MySQL version 4.1.9 with Apache 2.0.52 and PHP 4.3.10, all > compiled and running on a Linux Fedora X86_64. > What MPM is Apache using? The threaded ones are not recommended. >I star

[PHP-DB] Statistic Graph Tool

2005-03-29 Thread Ng Hwee Hwee
Hi all, i'm looking for a php tool that allows me to retrieve data from mySQL, calculate some statistics and then generate a graph (preferably 3D and beautifully generated). i read about JpGraph. are there other recommendations or advice? thank you so much! hwee -- PHP Database Mailing List (

[PHP-DB] Just can't get it to work.. variables

2005-03-29 Thread Gavin Amm
Hi All, I just can't for the life of me get the variable to output a value from the array: (all preceding script in place to make this work..) The "start" date retrieved from the database is, for example, 20050412 (mmdd). The example output for each variable (w/o quotes) is: $monthInt output