Re: PHP + ODBC + Ingres_II

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux