Page 1 of 1

Save current record to stream?

Posted: Wed 04 Nov 2015 21:21
by nszmnsky
I'm working on app tethering idea for a project, and want to share the current record of an SQLite table between the two programs. Is there a way to stream a record? I looked at .SaveToXML but that seems to work on entire table not just current record.
Thanks!

Re: Save current record to stream?

Posted: Fri 06 Nov 2015 17:30
by AlexP
Hello,

There is no method for saving a separate record to Stream. You can apply a local filter to select the required record and save it. Or implement such behavior in your code.