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

2004-07-16 Thread Miha Nedok
TED] Subject: Re: [PHP-WIN] PHP + ODBC + Ingres_II 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: &quo

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

2004-07-15 Thread php_beginner
gt; Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 9:38 AM Subject: Re: [PHP-WIN] PHP + ODBC + Ingres_II > You may have better luck with ODBTP. You can get it at > http://odbtp.sourceforge.net. > > Also, the crashes may be due to the fact that the free ODBC driver is not &g

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

2004-07-15 Thread Robert Twitty
You may have better luck with ODBTP. You can get it at http://odbtp.sourceforge.net. Also, the crashes may be due to the fact that the free ODBC driver is not thread-safe. If this is the case, then you should use odbtp_sconnect() instead of odbtp_connect() to connect to the database. -- bob On

[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