Even using Server.HtmlEncode on the text I want to insert into a varchar
field I get this error
everytime the text has an accent (ex: é,á) or a & or a ' or a " (probably
more that i didn't test)
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: FirebirdSql.Data.INGDS.GDSException: Exception of type
FirebirdSql.Data.INGDS.GDSException was thrown.
I'm using firebird 1.5 rc5 and .net provider 1.1 for .net framework 1.0
Do I need to create fields with a special charset and collate?
Thanks
|