Depending upon your Delphi version, (Pro or above ) you would be able to use TClientDataSet to read a binary (or xml) based table from a local file. In memory, you can easily perform searches, deletes updates etc. and then update the file.
If you have to use Delphi Personal, you can use ADO to create a JET mdb database (MSAccess format) and do the same things that way.
What is your version of Delphi?
Main Topics
Browse All Topics





by: sftwengPosted on 2004-04-24 at 02:24:57ID: 10906672
mis82, have you abandoned http://www.experts-exchang e.com/Prog ramming/ Pr ogramming_ Languages/ Delphi/Q_2 0897942.ht ml?