Board index » delphi » help: querying the results of a SQL Query...
Adam Fark
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
help: querying the results of a SQL Query...Question from a DelphiDB {*word*269}... I'm trying to design a form similar to the windows help system, where So far i've got a TQuery component hooked to a DBlookupListbox, When TMemo.OnChange is fired, the following code executes: procedure TForm1.Memo1Change(Sender: TObject); begin This does work, however it is _slow_. (the whole dataset is ~ 5000 I'm gathering from the code what's happening is that every time a However, it would be much faster if I could query the results of the I am at a loss as to how to perform a SQL statement on the resultset the docs have been less than illuminating; any & all tips ------------------ |