I need to insert graphic files into my database.
Currently I save the URL of the file in a text field. This is to prevent bloating the size of the database
I have been lead to believe that saving the images as raw-binary (BLOB) data avoids bloat.
Is this good practice?
How do I implement this?
How would I use the image in a report?
Currently I save the URL of the file in a text field. This is to prevent bloating the size of the database
I have been lead to believe that saving the images as raw-binary (BLOB) data avoids bloat.
Is this good practice?
How do I implement this?
How would I use the image in a report?