Click here to Skip to main content
15,923,845 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Code project insider email newsletter - coming in late Pin
rnbergren11-Jun-24 4:31
rnbergren11-Jun-24 4:31 
GeneralRe: Code project insider email newsletter - coming in late Pin
Gary Wheeler11-Jun-24 4:32
Gary Wheeler11-Jun-24 4:32 
GeneralRe: Code project insider email newsletter - coming in late Pin
rnbergren12-Jun-24 2:44
rnbergren12-Jun-24 2:44 
GeneralRabbit holes Pin
Rob Philpott11-Jun-24 1:50
Rob Philpott11-Jun-24 1:50 
GeneralRe: Rabbit holes Pin
snorkie11-Jun-24 2:08
professionalsnorkie11-Jun-24 2:08 
GeneralRe: Rabbit holes Pin
raddevus11-Jun-24 2:34
mvaraddevus11-Jun-24 2:34 
GeneralRe: Rabbit holes Pin
Rob Philpott11-Jun-24 3:48
Rob Philpott11-Jun-24 3:48 
GeneralRe: Rabbit holes Pin
raddevus11-Jun-24 4:45
mvaraddevus11-Jun-24 4:45 
Rob Philpott wrote:
Where do you store the SQLite files, in a database?

That's a funny thought. No, each user gets their own "user-space" (in the file system on the remote machine) where their sqlite db will be stored.


Rob Philpott wrote:
I guess the thing here is if you ever want to do a query that spans multiple users you are somewhat scuppered.

Aha! You're thinking like a data-mining corp. Laugh | :laugh: This is my point too.
I'm saying each user owns their own data in their own sqlite db.
It's just literally a way to help them make their data remote (for the sole purpose of making it available to their own various devices).
I'm also suggesting that since it is their own data, they can delete it or whatever. They'll be able to download it so a "local" copy of my app will run against the data so if they want to go "offline" with the app they can.

And, I don't plan on doing a "multi-user" search or examining the user's data at all. It's theirs and it's just so the data in the app can be accessed for the user's purpose...not so some evil empire can examine their data to sell them products.

This is also why I'm interested in this. if it is possible (technology-wise) and it should be then it means that software could work great for the end-user without ever having to have some evil empire looking at the user's data.

of course, that means if the customer deletes or destroys the data then it is gone. My app offers no help with that beyond user doing their own download/ backup. Swim at your own risk. But also you own your data.
GeneralRe: Rabbit holes Pin
Mircea Neacsu11-Jun-24 3:34
Mircea Neacsu11-Jun-24 3:34 
GeneralRe: Rabbit holes Pin
Rob Philpott11-Jun-24 3:53
Rob Philpott11-Jun-24 3:53 
GeneralRe: Rabbit holes Pin
Mircea Neacsu11-Jun-24 4:06
Mircea Neacsu11-Jun-24 4:06 
GeneralRe: Rabbit holes Pin
JohaViss6111-Jun-24 22:51
professionalJohaViss6111-Jun-24 22:51 
GeneralRe: Rabbit holes Pin
jochance12-Jun-24 2:39
jochance12-Jun-24 2:39 
GeneralRe: Rabbit holes Pin
Steve Raw12-Jun-24 6:31
professionalSteve Raw12-Jun-24 6:31 
GeneralRe: Rabbit holes Pin
Paul Mauriks12-Jun-24 18:17
Paul Mauriks12-Jun-24 18:17 
GeneralHow many eggs do birds lay at one time? Pin
OriginalGriff10-Jun-24 23:06
mveOriginalGriff10-Jun-24 23:06 
GeneralRe: How many eggs do birds lay at one time? Pin
honey the codewitch10-Jun-24 23:39
mvahoney the codewitch10-Jun-24 23:39 
GeneralRe: How many eggs do birds lay at one time? Pin
Daniel Pfeffer11-Jun-24 3:48
professionalDaniel Pfeffer11-Jun-24 3:48 
GeneralRe: How many eggs do birds lay at one time? Pin
ChandraRam11-Jun-24 0:08
ChandraRam11-Jun-24 0:08 
GeneralRe: How many eggs do birds lay at one time? Pin
OriginalGriff11-Jun-24 0:24
mveOriginalGriff11-Jun-24 0:24 
JokeRe: How many eggs do birds lay at one time? Pin
Richard Deeming11-Jun-24 0:12
mveRichard Deeming11-Jun-24 0:12 
GeneralRe: How many eggs do birds lay at one time? Pin
GKP199211-Jun-24 0:49
professionalGKP199211-Jun-24 0:49 
GeneralRe: How many eggs do birds lay at one time? Pin
pkfox11-Jun-24 1:03
professionalpkfox11-Jun-24 1:03 
GeneralRe: How many eggs do birds lay at one time? Pin
Dr.Walt Fair, PE11-Jun-24 3:54
professionalDr.Walt Fair, PE11-Jun-24 3:54 
GeneralRe: How many eggs do birds lay at one time? Pin
Geordie Al12-Jun-24 4:23
Geordie Al12-Jun-24 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.