Hi all,
Greetings..!!
I am using ASP VB script and SQL Server 2005 on Backend...
I have taken the Text as a datatype....
But when we submit the form it is not entering APSOTROPHE(') in the database and hence thrwing the error.
and throwing this error::
Microsoft OLE DB Provider for SQL Server error '80040e14'
Line 1: Incorrect syntax near 'Story'.
The control is a HTML control like this:
<textarea name="txtstory" cols="100" rows="10" id="textfield3" ><%=rsEditStory .fields("story" )%></textarea>
Please let me know what can be the errors??
Thanks & Regards
Greetings..!!
I am using ASP VB script and SQL Server 2005 on Backend...
I have taken the Text as a datatype....
But when we submit the form it is not entering APSOTROPHE(') in the database and hence thrwing the error.
and throwing this error::
Microsoft OLE DB Provider for SQL Server error '80040e14'
Line 1: Incorrect syntax near 'Story'.
The control is a HTML control like this:
<textarea name="txtstory" cols="100" rows="10" id="textfield3" ><%=rsEditStory .fields("story" )%></textarea>
Please let me know what can be the errors??
Thanks & Regards
Comment