Multiple entry in single file

Discussions about CSEntry
Post Reply
subash
Posts: 26
Joined: March 3rd, 2016, 5:49 am
Location: Nepal

Multiple entry in single file

Post 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??
htuser
Posts: 632
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

Re: Multiple entry in single file

Post 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,
G.VOLNY, a CSProuser from Haiti, since 2004
Post Reply