Retrieving ole object from access database in vb.net
After saving your documents, images to an ole object in access database below is the script to retrieve it back as a file in vb.net.
Public Function RetrieveData(ByVal mRef As Long, ByVal mFilePath As String, ByVal mTableName As String, ByVal mCols As String)
'mFilePath selected location to save the file + filename.
[...]
