G
Guest
I have a web application where users can upload JPG image files which I store
as BLOBs in a SQL Server database. This works fine in general. However, I
like to use MS Access to browse and occasionally manually update the database
for administrative purposes. The JPG images do not display in Access. The
reason is that Access expects images to be wrapped in some kind of OLE
envelope. Does anyone know what .NET class I can use to create the envelope
that Access expects? Thanks!
as BLOBs in a SQL Server database. This works fine in general. However, I
like to use MS Access to browse and occasionally manually update the database
for administrative purposes. The JPG images do not display in Access. The
reason is that Access expects images to be wrapped in some kind of OLE
envelope. Does anyone know what .NET class I can use to create the envelope
that Access expects? Thanks!