Execute an Unicode query in Delphi 7
Posted: Fri 22 Feb 2013 11:55
Hello,
Is there a way to execute an SQL query containing unicode characters using TUniQuery? I'm on Delphi 7, MSCE 4.0, and Unidac 4.6.11.
I would like to execute a query like below:
INSERT INTO item (caption) VALUES (N'هیروشی');
I understand that the SQL property is declared in Delphi 7 as TStrings, but probably there is an alternate way (like in ADO). Thank you.
Is there a way to execute an SQL query containing unicode characters using TUniQuery? I'm on Delphi 7, MSCE 4.0, and Unidac 4.6.11.
I would like to execute a query like below:
INSERT INTO item (caption) VALUES (N'هیروشی');
I understand that the SQL property is declared in Delphi 7 as TStrings, but probably there is an alternate way (like in ADO). Thank you.