Saving to Database

Hi All,

How can i save the result diagram to database,
or how can i get the saved one from database????

DataSetDemo provides one such example. You’ll need to modify it to adapt to the properties/columns that your application needs.

Alternatively, you could store an XML representation of a diagram. Many of the sample applications demonstrate how to read/write XML files with custom schema, but you could read/write XML to a relational database instead.