Hi list;
In order to abstract the Server database I'm working with I would
like to work in the interface with the concept of virtual recordsets
(recordsets not based on a underlying database).
I generate new Records ( through the data received from the server)
in my ServerDB class
Now I would like to add (or insert) the new records to a recordset,
something like:
RS = new RecordSet
RS.addRecord(myRecord)
but I can't find a way of doing this.
Having such a (readonly) recordset would allow me to use all
recordset methods for walking through the recordset and
Is this simply not possible (besides working around it through the
use of a virtual database), any other ideas to accomplish this result?
Is this just a dumb idea (wouldn't be my first) or is this worth a
feature request, or (best) it is available and I just overlooked the
obvious solution?
TIA
Bart Pietercil
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>