Author: Alex Barkov
Email: [EMAIL PROTECTED]
Message:
> > the escape character for DB2 is singale quote
> > e.g. if I what to insert the string <b>I can't 
>solve</b>
> > the sql command should be
> > insert into table values('I can''t solve')
> >                                ^^
> 
> OK. Thanks. We'll fix this in next release.
> 

I took a look into sources carefully. In the case of DB2 
single quote characters IS quoted in this way:

insert into table values('I can''t solve')


So the problem probably is that you have incorrect
DBType, not DB2, in your indexer configuration.
Check this. If it doesn't help, send your indexer
configuration to [EMAIL PROTECTED] together
with the page (or link to it) which produces such
error.


Reply: <http://www.mnogosearch.org/board/message.php?id=4271>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to