You are not logged in.
Pages: 1
Hi,
Can I save my files inside the some property of my TSQLRecord then load them? How?
thanks
Offline
Use a TSQLRawBlob property type.
Note that these properties are not retrieved by default, to save connection bandwidth.
You'll have to use RetrieveBlob() and such to get the content.
See the MainDemo in the Samples folder. It stores files in the database, in plain format or encrypted format.
See http://synopse.info/forum/viewtopic.php?pid=941#p941
As a reference, search for TSQLRawBlob in the SQLite3Commons unit.
Offline
Pages: 1