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 procedures, through mssql_init, mssql_bind and mssql_exec functions. It is required that you ink with FreeTDS though. - Frank > 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 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 > > > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php