Non è VB

codice:
std::string input = "table_name like '";
input += chrTable;
input += "'";

t_Rec->Find(input);