|
-
Storing a vb class object in a data base?
It is possible to store an entire class object in a database field (long
binary?). I'm looking for a way to store all private and public data, I
guess like a "retreivable memory snapshot" or something. It would work
something like this:
Dim objOriginal as new clsObject
Dim objNew as Object
Dim Index as Integer
SaveToDataBase Index, objOriginal
Set objOriginal = Nothing
Set objNew = ReadFromDataBase(Index)
objNew should now have the same contents as objOriginal had.
Does enybody have any suggestions or ideas how something similar could be
accomplished.
Thanks
Lars B.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks