Is it possible to work with virtual (not physical) strings in DBF ?
Is it possible to work with virtual (not physical) strings in DBF ?
Dear Yuri,
What is a virtual string ?
Something like that:
In the open DBF (In exclusive mode), we add lines, but do not save them to disk.
These lines exist only while the database is open.
Natter,
Prueba de usar el rddarray
C.
Thanks for the advice. Is it possible to learn more about using RddArray ?
If I understood correctly, then we are talking about creating a DBF in memory and working with it.
If so, then this is not exactly what I need. I need to open an existing DBF on disk (which already has some strings) and
add virtual strings to it. I.e., the physical strings of this DBF will be available to everyone, and the virtual ones only to me.
Then u could use triggers with rdd. Every time update a field then it will update a dbf tmp with the same struct.
C.
What is this ?
hi Natter,
"GhostRec" -> EOF() + 1
Thank you, Jimmy, Interesting idea !