Change nvarchar to varchar, ntext to text. I do not think you can return a nvarchar from SQL Server like that. Was this imported from Excel?
-Scott On Mon, 22 Apr 2002, Jeff Hatcher wrote: > I'm running Advance Server with MSSQL 2000 Enterprise. > > I can not get php to return more than 255 characters. In MSSQL I have > set a column up as an ntext, nvarchar (4000), etc... But no matter what > it only returns 255 characters. Its not the MSSQL Server because I have > no trouble returning with other languages. Any Suggestion? > > -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php