作成函数三
function buildSQL(arg: String): String;
begin
  result := 'Select * From Customer.db where CustNo='+arg;end;