Hello,
I'm starting on an app that uses a datafile to find specific files
on a users computer.
I'm looking for the best way to create the data file, so the performance
is optimal. The data file will be static so there won't be any
changes in it when using the program and the records look like:
1. ID
2. Name
3. Description (<--- Long one)
Is a file with pure text in it enough to read from or will the performance
be better when I use something like btree (maybe EZTree ??)
Maybe other ways to create datafiles with pure text in it?
Any help is welcome.
Thanks
Erwin
------------------
I'm starting on an app that uses a datafile to find specific files
on a users computer.
I'm looking for the best way to create the data file, so the performance
is optimal. The data file will be static so there won't be any
changes in it when using the program and the records look like:
1. ID
2. Name
3. Description (<--- Long one)
Is a file with pure text in it enough to read from or will the performance
be better when I use something like btree (maybe EZTree ??)
Maybe other ways to create datafiles with pure text in it?
Any help is welcome.
Thanks
Erwin
------------------
Comment