TreeView to MySQL Database

  • Thread starter Thread starter Daniel K.
  • Start date Start date
D

Daniel K.

How can I store TreeView in a database??
Preferably as Blob... But I don't know how to get the TreeView into the
Blob....

Thanks in advance for your help!

Daniel
 
Daniel,

What are you trying to store? Are you trying to store the nodes in the
tree view, or are you trying to store the style of the control?

Either way, you will have to do this manually, as there is nothing in
the treeview that will help you persist this information. You will have to
come up with a format to store the information in, and then store that in
your blob.

Hope this helps.
 
Hmm... I was hoping that I could somehow store the whole TreeView (not only
nodes) in the database... But I have no idea how to convert it to some
bionary format, so that I could store it as blob for example...
 

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

Back
Top