VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Store Binary files in a database

Henri  (1 Submission)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Here are two functions that will allow you to
read and write a Large Binary Object
(BLOB) to and from a database. This could be used
to store and retrieve images, documents, etc
inside the database it self. This is great for
those of use that have a lot of Binary files
around that we want to keep in a central place
that can be backed up and protected with the same
security that a database offers.
This code will work with *ANY* database that ADO can connect to.

Assumes
The code needs a referance to the ADO library.

Rate Store Binary files in a database (6(6 Vote))
Store Binary files in a database.bas

Store Binary files in a database Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters