grahamrhind
Technical User
I currently have a native VFP 6 application, with full interface etc., which batch-processes data using a large number of very large lookup tables. To protect these tables from theft they are excrypted. They are unencrypted into cursors for each process and the process then runs on a whole file of data.
To allow these processes to be used by programmers in other languages I am considering making a VFP dll. Instead of batch processing, this would process and return a single record at a time. The problem with this is that it requires the tables to be unencrypted for each piece of data instead of once per data batch, which is impossibly slow. Is there a way of embedding tables into a dll, or protecting them is some other way that prevents their access by users? Or another solution? Any brainwaves appreciated!
Finally, would a newer version than VFP 6 be useful for any of this dll work, or is there no difference between those versions?
Thanks in advance!
To allow these processes to be used by programmers in other languages I am considering making a VFP dll. Instead of batch processing, this would process and return a single record at a time. The problem with this is that it requires the tables to be unencrypted for each piece of data instead of once per data batch, which is impossibly slow. Is there a way of embedding tables into a dll, or protecting them is some other way that prevents their access by users? Or another solution? Any brainwaves appreciated!
Finally, would a newer version than VFP 6 be useful for any of this dll work, or is there no difference between those versions?
Thanks in advance!