Hi all responders
I have a copy of 'the book' so no worries there
What I want to do is to display on a Form the content of a jpg which is stored in a Blob which is what I thought Brian also wants. Is this possible?
I have watched 4 Webinars (so far) and learned a lot about Blobs and their use but not how to display a photo on a Form (from a Blob)
The main thrust of allowing photos to be uploaded via File Upload is to store the photo in a folder and the full name of the photo file in the database. I have successfully stored photos and displayed on a Form using that method but wondered if you could do it directly from the Blob - maybe not.
Terry, on the question of SQLite - I was really just experimenting because one of the functions I want to perform is to export a tps table so that another organisation can load it into their own DB (say MSSQL) and I originally achieved that by writing a comma delimited (ASCII) file from tps. This worked fine but then 'add photos' was suggested so I though that maybe if I stored the photos in SQLite Blobs and just gave them the SQLite DB that they could extract easier from that 'SQL' DB. I'm not wedded to SQLite and take your points.
Second-lastly, it is worth noting that storing photos in a tps file is probably not a good idea because of the 2GB file size limit - that could easily be breached.
Lastly, Brian, displaying staff photos on a form works if the photo is a separate file and you just point to that.
Cheers
Keith