PB has great facilities for storing and retrieving dynamic string arrays to a file, but I want to I want to take a copy of a DSA string array into a database blob field and restore it from the same. I suspect that this won't work as something in the PB program (I'm guessing) keeps track of the DSA's memory utilisation and therefore has to know about the DSA, and there is no API for it. Or maybe it is a Windows string type and there is an API. Or there is another way of doing it.
I thought I would ask for help rather than suffering.
I thought I would ask for help rather than suffering.
Comment