hi all
I have a SQL database and I am to store large text files without images into the database and for the same purpose I have declared the field to be of 'ntext' type. Since I am storing formatted text it very often contains text like the text below.
Everything goes fine until '(single quotes) are detected, and once detected they start giving problem and nothing is inserted saying incorrect syntax.
Now how do I overcome this problem.
Pls. help
-------------
"The first thing that you should know about WDDX is that, while it was originally developed by Allaire, it is not something that exists only for Allaire products like ColdFusion. It was designed as an "open" solution that can be used by many different products. ' (----here the problem begins----) It can also be used to pass information between types of applications–in fact, that may be the most interesting thing about it.' In this section, you'll see what an actual WDDX Packet looks like and how to serialize and deserialize the Packet in several different programming languages.
-------------
I have a SQL database and I am to store large text files without images into the database and for the same purpose I have declared the field to be of 'ntext' type. Since I am storing formatted text it very often contains text like the text below.
Everything goes fine until '(single quotes) are detected, and once detected they start giving problem and nothing is inserted saying incorrect syntax.
Now how do I overcome this problem.
Pls. help
-------------
"The first thing that you should know about WDDX is that, while it was originally developed by Allaire, it is not something that exists only for Allaire products like ColdFusion. It was designed as an "open" solution that can be used by many different products. ' (----here the problem begins----) It can also be used to pass information between types of applications–in fact, that may be the most interesting thing about it.' In this section, you'll see what an actual WDDX Packet looks like and how to serialize and deserialize the Packet in several different programming languages.
-------------