Revision



George Wei <nobody@xxxxxxxxx> wrote in news:Xns9828A2927F04Cnobodyyahoocom@
207.105.83.66:

Str := 'Sawal Afa''at'

This line should be changed to the following:

Str := 'Sawal Afa''''at'

This puts 2 conjoint single quotation marks into the SQL statement, so the
SQL engine treats the first one as an escape Character.

George
.