Working with External Data Sources

Update Data Connection of the Visio Drawing

Aspose.Diagram API allows users to edit SQL Server data connection of the linked Visio drawing. To bring data into the Visio drawing, we need access to the SQL Server data. Make sure that the database is not opened in exclusive mode.

It’s now a common phenomena to link the data of Microsoft Visio diagrams from the external data sources. The DataConnectionCollection class contains all the data connections.

Programming Sample

The following piece of code edits a particular data connection and also refresh all the available record sets in the Visio diagram.