Topics

Store-Retrieve binary data (BLOBs – Audio, Video, Image, Exe, etc) in database in VB Net

There are many scenarios in which we require to store some kind of binary data in the database. This data may be anything from an image, to audio, video, executables, xml files, multi lingual data files and so on. This discussion presents the simplest and perhaps the shortest way to do this in VB.NET.

Continue reading Store-Retrieve binary data (BLOBs – Audio, Video, Image, Exe, etc) in database in VB Net