My console application get data from SQL query by this two ways:
Code: Select all
dummy := SQL1.FieldByName('Name').AsString;Code: Select all
dummy := SQL1.Fields[0].AsString;Code: Select all
Options.UseUnicode:=true;Can anyone help me with resolution of problem?