It was very long time ago since I used DBF files, so I’ve forgotten.
Can DBF table store BLOB files (in this case images) ?
More than 15 years I don’t touch a dbase file, but, AFAIR it cans, but not sure
I think, Yes. This forum say: http://stackoverflow.com/questions/8261029/how-can-i-extract-a-file-stored-as-a-blob-in-a-foxpro-table
Never used Blob. But it is available in FoxPro.
[ATTACH=CONFIG]n70457[/ATTACH]
Thank you for replies. One more additional question: if FoxPro a free, open source or only commercial database ?
I remember time when one could buy it in the store and wonder if FoxPro like many other products due to its declining popularity was exposed as free. If not - is there at least some kind of developer version available ?
FoxPro development was abandoned by Microsoft
Not free - you can still purchase it from Microsoft.
You are better of using sqlite tho, if you want to deploy to a laptop or so it is easier (only one .db file to deploy) and way better syntax and lots faster.