How can I use the DBMS correctly in this case OR Is it necessary to use???
| Tue, 2008-03-18 08:19 | |
|
My data which needs to been stored in the local place is just like that : |
|
| Tue, 2008-03-18 08:19 | |
|
My data which needs to been stored in the local place is just like that : |
|
Forum posts: 1242
You could use the database, but I think for structures like this it is much simpler to "externalize" and "internalize" them with the help of the RFileWriteStream and RFileReadStream classes. Especially check the "<<" and ">>" operators there which make it very simple to read and write things.
René Brunner
Forum posts: 23
Just check the SDK, I can design my class as a store-aware class -defines the ExternalizeL()/InternalizeL() member function,Right ??
this facility is very useful ..
Thanks ,René Brunner .