Re: [PHP-WIN] [mysql]

2004-07-17 Thread php_beginner
I think that you need php_mysql.dll and not libmysql.dll. Probably there are two dll's. Search for php_mysql.dll in your php directory. If you do not have I think you should create it compiling the code. It should be located in c:\php\ext\mysql or something like this. If you have it put in c:\php\e

Re: [PHP-WIN] PHP + ODBC + Ingres_II

2004-07-15 Thread php_beginner
Hi Robert, It works fine. You saved my life because I was going crazy with this problem and now I am going to keep learning php. Thanks once more, Mauro - Original Message - From: "Robert Twitty" <[EMAIL PROTECTED]> To: "php_beginner" <[EMAIL PROTECTED]&

[PHP-WIN] PHP + ODBC + Ingres_II

2004-07-14 Thread php_beginner
Hi, Does anyone uses PHP to access an Ingres Database ? I created php_ingres.dll from ingres_ii module but when I enable it and run php.exe it crashes and give an error about a trashed file (symbol.tbl) I tried to use Ingres ODBC from Computer Associates but it crashes too. I just have sucess when

[PHP-WIN] PHP + Ingres - Unable to load module 'ingres_ii'

2004-07-05 Thread php_beginner
Hi, I compiled PHP with Ingres support using VC++. First, I compiled php_ingres.dll and add it to php.ini. When I try to use php in command line it gaves me the message: "unable to load module 'ingres_ii', trashed c:\ingresii\ingres\files\symbol.tbl". But ingres works fine. The source code looks f