C
craig
Some of the user interface components I am using (Infragistics) are capable
of generating both XML and binary data that represents component
configuration settings as defined by the user. I would like to store this
information in the Database along with other user account information. That
way, if a user logs into a different machine, the system can restore their
user interface configuration settings from the DB.
I am just wondering if there is a way to generate filestreams in memory that
are then written to the DB rather than to files on the hard drive. There
must be a way to do this. Hoping someone can point me in the right
direction!
Thanks!!
of generating both XML and binary data that represents component
configuration settings as defined by the user. I would like to store this
information in the Database along with other user account information. That
way, if a user logs into a different machine, the system can restore their
user interface configuration settings from the DB.
I am just wondering if there is a way to generate filestreams in memory that
are then written to the DB rather than to files on the hard drive. There
must be a way to do this. Hoping someone can point me in the right
direction!
Thanks!!