Tagged Questions
0
votes
1answer
218 views
Easiest way to convert CArchive to use SQL database for serialization?
I have an existing application that uses CArchive to serialize a object structure to a file. I am wondering if can replace the usage of CArchive with some custom class to write to a database the same ...