Re: [PHP-DB] MSSQL2000 and PHP

2003-09-04 Thread Frank M. Kromann
Hi, When the MSSQL extension is used on *nix systems (compile PHP using --with-mssql) you can actually fetch char/varchar columns up to 8000 bytes. UNICODE data is supported, though I have not thested nchar, nvarchar and ntext yet. The MSSQL extension also includes support for storred

Re: [PHP-DB] MSSQL2000 and PHP

2003-09-02 Thread Robert Twitty
Yes You cannot read varchar(255) data fields. You cannot easily read ntext and nvarchar (UNICODE) fields. No direct support for stored procedures. -- bob On Mon, 1 Sep 2003, Arnaud L wrote: Hi, We have migrate our SQL server to MSSQL2000. Since this migration, we can't connect to MSSQL

[PHP-DB] MSSQL2000 and PHP

2003-09-01 Thread Arnaud L
Hi, We have migrate our SQL server to MSSQL2000. Since this migration, we can't connect to MSSQL using PHP (on linux with SybaseCT librairie) Any Issues ? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php