Chinese Word Probllems

Well, you are not creating the database field as Unicode, nor asking Aurelius to use Unicode. In this case, it will not work indeed.

Easier way is to do this at the beginning of your application:

uses
  Aurelius.Global.Config;

TGlobalConfigs.GetInstance.MapStringToNationalChar := True;