Thanks
It worked..I removed the single quotes and it worked like a charm
Type: Posts; User: manju; Keyword(s):
Thanks
It worked..I removed the single quotes and it worked like a charm
The static variable START_SINGLE_QUOTE in the code refers to a string
"'%" and END_SINGLE_QUOTE refers to "%'"
The strings include a single_quote and a % sign
I need to execute the select...
Hi
I am having a problem when I execute the following sql statement.
I am using Firebird1.5 as application database.
select * from specimen where specimen_Id like '%xyz% ;
This statement when...