Laash Posted November 24, 2011 Share Posted November 24, 2011 Hello everyone I've build a PHP CMS with SQL Server 2008 DB, and I'm trying to put a really long long text into at textarea on my html form in the cms. The problem is, it's being cut in the middle. I've tried text, ntext, nvarchar(max), varchar(max) - and nothing works! Does anybody know how to set a db column type for a really long text? In MySQL, my usual db client, they don't have these issues... Thanks in advance, Liron Quote Link to comment https://forums.phpfreaks.com/topic/251726-php-sql-server-2008-help/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.