|
|
I would really like a way to create a DB in one application, and deploy that DB in another application. There are too many (and too large) records for me to manually re-add all the objects in code.
Perhaps you can make the DB serializable to a Base64 encoding, and create a Serialize method (returns the base64-encoded string) and Deserialize method (takes a base64 string, creates the DB) -- this would allow us to "embed" the DB as an embedded
resource and load it up.
Pretty please? I really need this feature.
|
|