Hi all,
I have an problem when i use PHP statement to insert more than 7000 characters into a TEXT field at a time in a table when use MS SQL , it only allow me insert 6900 characters at a time.
Help me to resolve this problem
There's no quote ( ' ) character in your string ?
Try to use the addslashes() function on the string before trying to insert it.
http://fr3.php.net/manual/en/function.addslashes.php