« Birthday of our video… | Home | MBS Real Studio Plugi… »

Cloning RecordSets

We all use a lot of databases, I presume?
Well, from time to time I had the idea that it would be useful to clone a recordset. And with the new plugin function CloneMBS on the RecordSet class, this is indeed possible. The plugin makes an in memory copy of all records with all the values, so you can throw away the original RecordSet and even close the database connection.
This can be useful for various debugging things and I even considered some more functions, but I'm not sure how useful they'd be. Like creating a recordset on the fly in RB code providing an array of column names and and an array of values. Could you use such a dynamic created recordset?
Maybe something for Studio Stable Database in order to use it with normal RecordSet? This way we could send a record set from SSD to report functions.
Well, if you have an idea, don't hesitate to contact us. The biggest plugin in space...
02 12 12 - 22:44