1. Computing

Create Your Own Database Using Delphi's "File Of" Typed Files

From Zarko Gajic, About.com GuideNovember 26, 2012

Follow me on:

in FILE I/O :: In my Delphi program I need a way of storing some information to the disk. I do not want to work with text files - there should be no easy way to see/alter the information in a file. No need for a "real" database engine. There may be actions like changing/updating the existing data; but mainly writing and reading will take place. All the information is stored in my user-defined Delphi record data type. What approach should I use?

Read the full article to learn how to create, write to, read from and manipulate Typed Files from Delphi

Related : File I/O with Delphi | Understanding Record Delphi Strucure | Database Programming with Delphi

Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Top Related Searches delphi

©2013 About.com. All rights reserved.