On May 25, 2006, at 4:40 PM, Deane Venske wrote:
Is there anyway to serialize an object in REALBasic?
In PHP I'll often serialize say a session object and store it in a
DB so that when that user logs in again, I can restore their
session EXACTLY.
What I want this for is where I have my client-server apps to be
able to serialize a recordSet, send that data across to the client
and then unserialize it and use it as a recordSet again.
Make your own class that mimics a recordset and send and receive that
You can't instantiate a recordset in code EXCEPT by doing a SQLSelect
call.
Anything else will simply not work (see bug reports apdcftth, yzbmlncg)
_______________________________________________
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>