RobPouwelse
Technical User
I need to sort a database (OnButtonClick) i'm now using query's to do the job, but for some reason it doesn't take this, it wants a Tstring instead of a string. When i used a Memo before to insert my own SQL query it worked perfectly, but when i do it like this (so the user doesn't have to know SQL to sort the records in the database) it just won't work.
Query1.SQL := 'Select * from Aangeboden Order by Part';
any Tips form the Tek's ?
Query1.SQL := 'Select * from Aangeboden Order by Part';
any Tips form the Tek's ?