Re: [PHP-DB] mssql - unable to read large text fields

2001-04-15 Thread Andrew Hill
Your ODBC driver is treating nvarchar like varchar, which allows overloading to 255+ characters, but only returns 255 if the driver is strict. Either change/upgrade your ODBC driver, or use a TEXT datatype. Best regards, Andrew Andrew Hill . Director

Re: [PHP-DB] mssql - unable to read large text fields

2001-04-11 Thread Anderson Sone
Did you try to use 'TEXT' field type? ""Manuel Prieur"" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > > I'd like to use PHP4 on IIS to access a MSSQL7 server, but i have problems > reading large text fields : > > - "nvarchar" fields are trunca

[PHP-DB] mssql - unable to read large text fields

2001-04-11 Thread Manuel Prieur
Hello, I'd like to use PHP4 on IIS to access a MSSQL7 server, but i have problems reading large text fields : - "nvarchar" fields are truncated to 255 chars. - "ntext" fields generated the following error message : >>> Warning: MS SQL message: Impossible d'envoyer les données ntext aux client