Topic: Conflicted SQLite Copy Problem

Hello,

I create a MVD app protected by login form (Username and Password) shared with my friends by DropBox, but when another body login to the MVD the SQLite created a conflicted copy

How to prevent conflicted SQLite copy problem or block Multi-Login to the app

Life is like a school;
One can learn and graduate or stay behind.

Re: Conflicted SQLite Copy Problem

Hi FMR,
Not sure I understand what you mean by 'sqlite copy problem', but to prevent multiple users logging on, bascially you could try something like this (see attached).
Login details
admin / admin
FMR / fmr
Derek Larsen / derek
Regards,
Derek.

Post's attachments

Attachment icon single user.zip 447.23 kb, 48 downloads since 2025-06-15 

Re: Conflicted SQLite Copy Problem

Thanks, this is will help me.

If you share the MVD with your friends by using DropBox or Google Drive, you can not run the apps by 2 users or more in same time, this is will cause problems with SQLite file, I believe due to the delay in writing data.

Life is like a school;
One can learn and graduate or stay behind.