[PHP-DB] Problems when trying to use ibm_db2 extension

2007-04-16 Thread Leo Jokinen
Hi all, I've been banging my head into the wall cause I can't get ibm_db2 extension working with Apache 2.0.59 and PHP 5.2.1 (as apache module). (Operating system is winxp pro SP2) For some reason, this code is working on command line but not when placed to htdocs folder: ?php

[PHP-DB] RE: auto_increment

2007-04-16 Thread Buesching, Logan J
One of two things comes to my mind: 1.) auto_increment *might* have to be AUTO_INCREMENT, as that is how the manual states it and *some* things in MySQL are case-sensitive (such as table names). 2.) Make sure you have satisfied the following (From the MySQL manual): -- You cannot reset the

[PHP-DB] Re: [PHP] Problems when trying to use ibm_db2 extension

2007-04-16 Thread Richard Lynch
On Mon, April 16, 2007 9:21 am, Leo Jokinen wrote: Also, phpinfo() won't say nothing that module ibm_db2 is in use Did you re-start Apache? Actually, Windows being Windows, just re-boot the dang thing... You should be used to that. :-) Is the php.ini file named in phpinfo() the one you are