Hi people.
I have this peculiar problem.
I've written a program in vb6 which parses a text file to perform certain functions based on the data in the file. My idea is to develop this further to enable the program to download updates of the text file from the internet.
My problem is this - I don't want text files for this, as any one can open them and corrupt the data. changing the extension is too easy to beat. Is there some way to 'compile' my data file so that only my program can read it? I'm working using Scripting Runtime in vb6.
Again, for certain reasons, I don't want to use a database for this.
Is this a silly question?
Thanx
I have this peculiar problem.
I've written a program in vb6 which parses a text file to perform certain functions based on the data in the file. My idea is to develop this further to enable the program to download updates of the text file from the internet.
My problem is this - I don't want text files for this, as any one can open them and corrupt the data. changing the extension is too easy to beat. Is there some way to 'compile' my data file so that only my program can read it? I'm working using Scripting Runtime in vb6.
Again, for certain reasons, I don't want to use a database for this.
Is this a silly question?
Thanx
