[PHP-DB] MySQL MaxDB mode

2004-02-20 Thread Kim Steinhaug
Hello! Ive been studying some of the new features from mySQL and I noticed that the timestamp autoupdate feature doesnt work in MaxDB mode of mySQL. ref : http://www.mysqlfreaks.com/mysql/manual_Reference.html What I wonder is, whats the difference (in short words) of running in MaxDB mode

Re: [PHP-DB] Need some help please!

2004-02-20 Thread Mikael Grön
Hi. First of all it's never a good idea to use ? instead of ?php. But anyway. Your loss. ;) You will need to do a refresh of the page to be able to run an insert query. The refresh will need to be made by the JavaScript and since I've refused to learn JavaScript, I can't help you with

RE: [PHP-DB] MS SQL 'Changed database context' error

2004-02-20 Thread Adam Voigt
Well, even though ignoring the error's (which is actually just an informational message), you could call the error_reporting function right above the line throwing the message, and then again below that line, turning error_reporting back to the default level. On Thu, 2004-02-19 at 16:38,

[PHP-DB] OCI8 Memory Leak?

2004-02-20 Thread Shawn Coomey
Hi folks- I am building an application which uses OCI8 functions (abstracted with PEAR::DB) to perform queries against an Oracle 9i database. Here's my platform info: Solaris 8 (SunOS 5.2) on a Sun Ultra II workstation Oracle 9i PHP 4.3.5RC2-dev Apache 1.3.29 Here's my problem:

[PHP-DB] Connect. Sharing + Postgres: More than 1000 postmasters produce 7 0.000 context switches

2004-02-20 Thread Gellert, Andre
Hello, we installed a new Postgres 7.4.0 on a Suse 9 system, which is running into troubles with the system load. As it seems to be more a php connection sharing problem than postgres ( as we discussed on the pg-general list ), i do a updated crosspost here. The database/ldap server is used as

RE: [PHP-DB] OCI8 Memory Leak?

2004-02-20 Thread Shawn Coomey
Thanks a lot for the response, Greg. I poked around quite a bit in the PEAR::DB source, and everything at first glance looks OK. Connections are closed properly, etc. After doing a little more digging on the Web, I noticed a mention to remove any reference to SERVER=DEDICATED from Oracle's

Re: [PHP-DB] Need some help please!

2004-02-20 Thread JeRRy
Mikael, Hi :) First of all it's never a good idea to use ? instead of ?php. But anyway. Your loss. ;) My loss? Explain? (all ears) I've used only ? php a few times and end it with ? ... But I normally use only ? and ? and have *never* had a problem with it. But I am all ears knowing

[PHP-DB] Re: PEAR DB 1.6.0 has been released

2004-02-20 Thread Justin Patrin
I think you're confusing the issue. PEAR DB does support many databases, but it only loads the code for the ones that you are currently using. So if you're using one database it is effectively a one database API. Jakes wrote: What is performance like using this class? I've gone through the

[PHP-DB] help with check boxes (php)!

2004-02-20 Thread karl james
Hello guys, I was trying to create a table that would include check boxes. Right now I have drop down list, but I since changed my mind As I think check boxes would be the way to go forward on this Project It will be used to select a player to make a trade or to release A player. And