Open from a Binary Stream

  • Thread starter Joseph Robinson
  • Start date
J

Joseph Robinson

Is there anyway to open from a Binary Stream? I have
drawings stored in my SQL Server database as BLOBs which I
can retrieve, write to a temporary file, and perform an
open from file. However, if I can open from a Binary
Stream, I could eliminate the additional code required to
write a temporary file and delete a temporary file.

Do you know if there are plans to extend the Open method
to include Binary Stream as a data source?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top