[PHP-DB] unixODBC + PHP 4.4.4

2007-02-13 Thread Drewfus
Hi, I've installed unixODBC with the EasySoft ODBC Driver and have connectivity working to my MS-SQL Server fine. I can login with the iSQL tool and perform queries without issue - I then moved onto recompiling PHP/Apache with unixODBC support, but when testing it I see: *Fatal error*: Call to

Re: [PHP-DB] unixODBC + PHP 4.4.4

2007-02-13 Thread Chris
'./configure' '--with-png-dir=/usr/local/lib' '--with-zlib-dir=/usr/local/lib' '--with-gd' '--with-apache=../apache_1.3.27' '--with-unixODBC=shared,/usr/local/easysoft/unixODBC' '--without-mysql' '--with-oracle=/u01/OraHome1' '--with-oci8=/u01/OraHome1' The build date is updated with today's

Re: [PHP-DB] unixODBC + PHP 4.4.4

2007-02-13 Thread bedul
- Original Message - From: Drewfus [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Tuesday, February 13, 2007 5:08 PM Subject: [PHP-DB] unixODBC + PHP 4.4.4 Hi, I've installed unixODBC with the EasySoft ODBC Driver and have connectivity working to my MS-SQL Server fine. I can login

[PHP-DB] [unixODBC]Client unable to establish connection

2003-07-30 Thread Nabil
I got the follwing error when i try to use isql -v or in my php code thet looks like $hh= odbc_connect('DSNname','user','password') or die(odbc_error()); [unixODBC]Client unable to establish connection [ISQL]ERROR: Could not SQLDriverConnect I have FreeTDS compiled --with-unixodbc and i

[PHP-DB] unixODBC

2002-07-17 Thread Marten Lehmann
Hello, isn't anybody using unixODBC with php out there? I still hope to get help to solve my unixODBC problem as described in my last mail. Regards Marten -- Variomedia IT-Service GmbH | Benzstrasse 22 | 14482 Potsdam http://www.variomedia.de | Hotline: 0800-5588550 | Fax: 0331-7404043

Re: [PHP-DB] unixODBC Question/Problem

2001-11-29 Thread Eric Liedtke
Eric Liedtke wrote: I am running PHP/Apache. I have installed unixODBC and inlinks tds driver. I can succesfully connect and query an MS SQL db from the isql command line testing tool provided with unixODBC. I recompiled php with unixODBC support and it compiled and installed without a

[PHP-DB] unixODBC Question/Problem

2001-11-21 Thread Eric Liedtke
I am running PHP/Apache. I have installed unixODBC and inlinks tds driver. I can succesfully connect and query an MS SQL db from the isql command line testing tool provided with unixODBC. I recompiled php with unixODBC support and it compiled and installed without a problem. So it was onto

[PHP-DB] unixODBC and Sybase ASE 11.9.2 on a linux box

2001-02-27 Thread Stefan Siefert
Hi, we are trying the above combination, but we do not find any hints how (which?) we configure an ODBC - Driver for Sybase in an odbc.ini file... if anyone has experience with this combination we would be very glad if you could post a small overview or a source, where we can find informations