Board index » delphi » Filtering a table using another table
Azrin Aris
![]() Delphi Developer |
Fri, 16 Dec 2005 11:51:20 GMT
Filtering a table using another table
Hi,
I have a table (call it the master table) using MySQL. What I have to do is first to select a few records and then to have the selection to be save on a floppy diskette. Since the master table has a lot of information so I decide to only store the unique record id of the master table. Currently I use a TClientDataset to create a single filed table (call it the selection table) to store the selection and save it to a file. Later I can use the selection table to filter the master table - just showing the records that has their id stored in the slection table. My problem is when I want to filter the master table using the selection Regards & TIA, |