I would appreciate any help, since I've already spend many hours searching
for answers to my numerous questions. Here is what I want to do:
In VB(6), I have 4 fields and I want to record them into a TEXT database, in
the format of a table ("Blah", "blahblah, etc"). It seems easy enough, but
for some reason I can't do it. I need to be able to write to this database
and then read the entries from it (second part of my program). The reason
that I want to use a plain TEXT database is because I will encrypt the data
using my own complicated methods.
Thanks in advanced for any suggestions
Artem
for answers to my numerous questions. Here is what I want to do:
In VB(6), I have 4 fields and I want to record them into a TEXT database, in
the format of a table ("Blah", "blahblah, etc"). It seems easy enough, but
for some reason I can't do it. I need to be able to write to this database
and then read the entries from it (second part of my program). The reason
that I want to use a plain TEXT database is because I will encrypt the data
using my own complicated methods.
Thanks in advanced for any suggestions
Artem
Comment