Whatever the way I compile apache or freetds or php
the error message is still the same
Call to undefined function : sybase_connect (the same for mssql_connect)
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
n 22.02.2001 10:14 PM
Please respond to [EMAIL PROTECTED]
To: WC Ip/ITSD/HKSARG@ITSD, [EMAIL PROTECTED]
cc:
Subject: RE: [PHP-DB] Can PHP read View in stead of Table?
Peter.
It is not a bug in OpenLink's driver but in PHP - odbc_connect is setting a
cursor by default when you connect.
Thi
Dear all,
I have install PHP on Linux and use Openlink ODBC Driver to link to MS SQL
server on Windows NT. Just now I can read data from Table on SQL server.
However, when I make View on the same database, I can't use PHP to extract data
from this View. When I do query on the View, error messag
Thanks for reading my question! I would like to install PHP on Linux to
connect MS SQL server in another computer (Win NT). I have install the ODBC
Client Components on Linux and OpenLink Generic 32 bit driver on Win NT.
After configurating, the connect test is successful. So I try to start to
i