Subject | Escaping characters ?! |
---|---|
Author | lokkihybridi |
Post date | 2004-12-09T13:37:22Z |
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');
table is described to have two colums both varchar(100)
Thak for your help in advance
-Toni
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');
table is described to have two colums both varchar(100)
Thak for your help in advance
-Toni