-
1
- #1
I am currently working on a personal project that requires the use of a text database. I do not have access to any database system on the server so I will just be manipulating a text file. This may be a very broad question but I need to know how to manipulate a text database with columns delimited by commas or pipes.
I need to be able to pull individual records and display them in their entirety, and I also need to be able to do index lists only using 2 or 3 of the columns. Basically, I need to be able to do with a text file what I can do with any database.
I would appreciate any help.
Paul
I need to be able to pull individual records and display them in their entirety, and I also need to be able to do index lists only using 2 or 3 of the columns. Basically, I need to be able to do with a text file what I can do with any database.
I would appreciate any help.
Paul