TAureliusDataset as Memory Table

Wagner,


I am using VirtualTable component as memtable. I was thinking if I could use TAureliusDataset as a memory table.

If I do not set a manager and give it a TList of the objects should work. 

But my question is: the object should be registered in the mapexplorer?, if so it will be created as table on the database. can I avoid that?

Thanks

It might work, although we did not test it and it was not designed for it (we're considering updating TAureliusDataset to work with non-mapped classes, so it becomes a general-purpose object dataset). Aurelius dataset uses the mapping in some specific situations, like enumerated types. But from what I remember, other than this, it would work with non-mapped properties.

But in any case, you can map the class, you can manualy define what classes are included in each explorer: http://www.tmssoftware.com/business/aurelius/doc/web/index.html?mapped_classes_.htm