[PHP-DB] Re: problem with php and unixODBC

2002-08-13 Thread Nick Gorham
/tmp/stlog httpd -X then try and connect and have a look (send me a copy if you want) of the log, it should show what files and drivers its trying to load. --- Nick Gorham Easysoft. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Problem with dsn

2002-09-12 Thread Nick Gorham
y knows as set the DSN and the driver? > Have a look in the docs on the unixODBC web site, there are details there. You need to create a system DSN, and use the name of that DSN in your connect. Check that you can connect with isql before moving on to PHP. -- Nick Gorham Easysoft Limi

Re: [Fwd: Re: [PHP-DB] how to update a text BLOB in ODBC?]

2002-11-22 Thread Nick Gorham
changes I did to php_odbc have either been backed out or altered to fit different drivers, I don't know what the developers want to do. --- Nick Gorham Easysoft Limited -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: [PHP-DEV] RFC: ODBC and PHP

2002-12-06 Thread Nick Gorham
I still think that would make the most sense and be the easiest to support on our end of things. Well I am of course biased :-) but I still can't see the real downside of that... Perls DBD:ODBC for example has come to the conclusion that DM's do more good than harm. --- Nick Gorham