Open drawing using (BLOB) Binary Data Stream

J

Joseph Robinson

I have an application that opens a Visio drawing from a
File Server via an Open (file path) and imbeds the drawing
in a Word Document. Currently I am converting the data
storage away from flat files to a Relational Database
format, SQL Server using ADO. I have loaded the Visio
drawings into a database table (BLOB) and can retrieve the
drawings via SQL Query.

How do I Open the Visio drawing passing the binary data
stream retrieved via a Query from the database and not a
file path?
 

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