When I insert data into database with standard query(Ex1), It is correct to insert data.
But When I insert data into database with SQL query(Ex2), local language are broken.
What is difference between both query?
(My local Language is Korean)
Ex1) Table.field = '한글'
Table.Insert();
Field in Table : 한글 (correct)
Ex2) query = insert into Table (field) values ('한글');
excute(query);
Field in Table : ???? (incorrect)
also I using AX2012 R3 CU8, SQL server 2014.
I want to use SQL query to insert no AX database.
If you know about this problem, please tell me how to resolve this problem.
Thank you.
*This post is locked for comments
I have the same question (0)