Home > Archive > PHP on Windows > July 2004 > Re: [PHP-WIN] PHP + ODBC + Ingres_II
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-WIN] PHP + ODBC + Ingres_II
|
|
| Robert Twitty 2004-07-15, 8:56 am |
| 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 Wed, 14 Jul 2004, php_beginner wrote:
> 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 using ODBC Driver from Openlinksw.com but have to pay
> for it and I hope that I find a free ODBC driver that works with Ingres and
> PHP.
> I work with Windows XP, Ingres 2.6 and PHP-4.3.7.
>
> Heeeeeeelp me please.
>
> Thanks once more,
> Mauro
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
| |
| Php_beginner 2004-07-15, 8:57 pm |
| 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" <rtwitty@neutron.ushmm.org>
To: "php_beginner" <mauro_php@yahoo.com.br>
Cc: <php-windows@lists.php.net>
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
> thread-safe. If this is the case, then you should use odbtp_sconnect()
> instead of odbtp_connect() to connect to the database.
>
> -- bob
>
> On Wed, 14 Jul 2004, php_beginner wrote:
>
run[color=darkred]
I[color=darkred]
pay[color=darkred]
and[color=darkred]
>
| |
| Miha Nedok 2004-07-16, 3:56 pm |
|
Robert brought another one to the right thing !
ODBTP work very very good with MSSQL too, just a note. :)
-Mike
On Thu, 15 Jul 2004, php_beginner wrote:
> Date: Thu, 15 Jul 2004 21:18:16 -0300
> From: php_beginner <mauro_php@yahoo.com.br>
> To: Robert Twitty <rtwitty@neutron.ushmm.org>
> Cc: php-windows@lists.php.net
> 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" <rtwitty@neutron.ushmm.org>
> To: "php_beginner" <mauro_php@yahoo.com.br>
> Cc: <php-windows@lists.php.net>
> Sent: Thursday, July 15, 2004 9:38 AM
> Subject: Re: [PHP-WIN] PHP + ODBC + Ingres_II
>
>
> run
> I
> pay
> and
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
|
|
|
|
|