我想要做這樣的事情: SQL.Text := Format('select foo from bar where baz like ''%s%''',[SearchTerm]);
但格式不喜歡,去年「%」,當然。那麼我怎麼能逃脫它? \%? %%? 還是我必須這樣做: SQL.Text := Format('select foo from bar where baz like ''%s''',
編譯此行 long int sz;
char tmpret[128];
//take substring of c, translate in c string, convert to int,
//and multiply with 1024
sz=atoi(c.substr(0,pos).c_str())*1024;
snprintf(tm