Click here to Skip to main content
15,887,371 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: Best option for a local/standalone database in a desktop project? Pin
Mark Starr14-Sep-22 3:09
professionalMark Starr14-Sep-22 3:09 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Cliff Buckley14-Sep-22 4:44
Cliff Buckley14-Sep-22 4:44 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Prahlad Yeri14-Sep-22 6:17
Prahlad Yeri14-Sep-22 6:17 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Steve Naidamast14-Sep-22 5:58
professionalSteve Naidamast14-Sep-22 5:58 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Bill S14-Sep-22 6:59
professionalBill S14-Sep-22 6:59 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
jochance14-Sep-22 17:53
jochance14-Sep-22 17:53 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Kate-X25714-Sep-22 21:31
Kate-X25714-Sep-22 21:31 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Matt McGuire16-Sep-22 4:49
professionalMatt McGuire16-Sep-22 4:49 
if you are looking for portability without having to install software on the host machine and do not need to share the DB with another process, go with SQLite. it works fantastic, most languages have support baked in, and you can still pass structured queries. last I read I think there is a 4TB limit.

if the *.mdb gives you something more that SQLite doesn't have, choose that. to be honest I haven't touched an Access db from code in a couple decades, so I'm not all sure what it offers currently.

if you are not worried about portability use SQL express, or a no-SQL DB for document storage. both are good, it all depends on what you plan to do with the data.
GeneralWSO CCC OTD 2022-09-13 Pin
Randor 12-Sep-22 22:54
professional Randor 12-Sep-22 22:54 
GeneralRe: WSO CCC OTD 2022-09-13 Pin
OriginalGriff12-Sep-22 23:16
mveOriginalGriff12-Sep-22 23:16 
GeneralRe: WSO CCC OTD 2022-09-13 Pin
Randor 12-Sep-22 23:39
professional Randor 12-Sep-22 23:39 
GeneralRe: WSO CCC OTD 2022-09-13 Pin
pkfox12-Sep-22 23:55
professionalpkfox12-Sep-22 23:55 
GeneralRe: WSO CCC OTD 2022-09-13 Pin
FreedMalloc13-Sep-22 10:46
FreedMalloc13-Sep-22 10:46 
JokeMy girlfriend borrowed $100 from me... PinPopular
Sander Rossel12-Sep-22 22:08
professionalSander Rossel12-Sep-22 22:08 
GeneralRe: My girlfriend borrowed $100 from me... Pin
den2k8812-Sep-22 22:12
professionalden2k8812-Sep-22 22:12 
GeneralRe: My girlfriend borrowed $100 from me... Pin
Daniel Pfeffer12-Sep-22 22:22
professionalDaniel Pfeffer12-Sep-22 22:22 
GeneralRe: My girlfriend borrowed $100 from me... Pin
pkfox12-Sep-22 22:55
professionalpkfox12-Sep-22 22:55 
GeneralRe: My girlfriend borrowed $100 from me... Pin
den2k8812-Sep-22 22:56
professionalden2k8812-Sep-22 22:56 
GeneralRe: My girlfriend borrowed $100 from me... Pin
Jacquers13-Sep-22 0:31
Jacquers13-Sep-22 0:31 
GeneralRe: My girlfriend borrowed $100 from me... Pin
Edward Aymami13-Sep-22 4:23
Edward Aymami13-Sep-22 4:23 
GeneralRe: My girlfriend borrowed $100 from me... Pin
Mike Hankey13-Sep-22 4:28
mveMike Hankey13-Sep-22 4:28 
GeneralRe: My girlfriend borrowed $100 from me... Pin
Nelek13-Sep-22 5:00
protectorNelek13-Sep-22 5:00 
GeneralRe: My girlfriend borrowed $100 from me... Pin
jmaida13-Sep-22 11:17
jmaida13-Sep-22 11:17 
GeneralRe: My girlfriend borrowed $100 from me... Pin
cegarman14-Sep-22 5:55
cegarman14-Sep-22 5:55 
GeneralHow to slice an onion without crying Pin
Marc Clifton12-Sep-22 13:01
mvaMarc Clifton12-Sep-22 13:01 

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.