Query with unicode data
Posted: Wed 23 Aug 2006 12:08
Hello.
How I can send query with unicode parameters. For example:
OraQuery1.SQL.Text='
SELECT * FROM "ADIL"."USERS" WHERE "username"='+usr;
Where usr is widestring.
If it`s not possible, what tricks I can use??
How I can send query with unicode parameters. For example:
OraQuery1.SQL.Text='
SELECT * FROM "ADIL"."USERS" WHERE "username"='+usr;
Where usr is widestring.
If it`s not possible, what tricks I can use??