Subject Re: Escaping characters ?!
Author kaczy27
--- In firebird-support@yahoogroups.com, "lokkihybridi"
<lokkihybridi@y...> wrote:
>
>
> Hello,
>
> We selected Firebird SQL for our embedded system and now I'm
writing
> Java code for our application.
>
> I tried to look everywhere in the net for information how to escape
> characters like ' from strings, but I didn't find anything..
>
> So how to do this in firebird
>
> insert into table (col1,col2) values('Root's test string', 'string
> 2');
try
insert into table (col1,col2) values('Root''s test
string', 'string2');

>
> table is described to have two colums both varchar(100)
>
> Thak for your help in advance
>
> -Toni
CUIN Kaczy