Page 1 of 1
Multiple entry in single file
Posted: June 3rd, 2016, 5:13 am
by subash
Is it possible to make a single file for multiple user for collecting data in android program?? Is there any provision through syntax or any other option we can do? Cause using multiple file for single user include many steps. So, is it possible to make a single file??
Re: Multiple entry in single file
Posted: August 22nd, 2016, 6:39 pm
by htuser
Dear Subash,
single file for multiple user
It's not easy to do it now because storing data in dat or txt file does'nt accept concurrent users since the file is locked for a single use. But, in the next 7.0, if you use smart sync/Sqlite data storage, you'll be able to do it.
multiple file for single user
Yes you can have multiple data file for a single user using the writecase function and multiple external dictionnary.
Best regards,