Please, I have problem with inserting PIC N variable into NCHAR column in DB (MSSQL)
I read line from UTF-8 file to PIC N record - here is everything ok, but when I do SQL INSERT from this variable to NCHAR column in DB
exec sql
insert into AAA111 (TEXT)
values(:data1)
end-exec
I got complete rubbish data here. How to do this correctly?
Thanks
#SQL
#cobolnetexpress




