I am using C++Builder 2010. I am filtering an ADOTable, in Edit1 OnChange I have:
ADOTable1->Filter = "firstname like %" + Edit1->Text + "%";
It reports an error when typing in a space, ) and = sign What is the proper way to type the filter? Thanks