Click here to Skip to main content
15,886,806 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
maze314-Sep-22 0:06
professionalmaze314-Sep-22 0:06 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
gervacleto14-Sep-22 1:29
professionalgervacleto14-Sep-22 1:29 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Thornik14-Sep-22 2:02
Thornik14-Sep-22 2:02 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
PaulANorman14-Sep-22 2:38
PaulANorman14-Sep-22 2:38 
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 
There are only two options currently for an embedded, desktop database engine... SQLite, which is the easiest to use with a .NET provider, which is now fully supported by the SQLite Development Group.

To manage your SQLite database, get a copy of the free database manager tool for SQLite, "DB Browser". It has everything you need to create and manage your databases.

The Firebird Database Engine is your second option, using the embedded mode for the database engine setup.

Unlike SQLite, Firebird Embedded provides everything that a standard RDBMS would offer such as stored-procedures.

The best database manager for Firebird is IBExpert's Personal Edition, which is freely available. The interface is not as intuitive as "DB Browser" but it provides all of the necessary tools to manage your Firebird databases.

Firebird is also a tough database engine to work with as the documentation is not nearly as well defined as for other engines. Nonetheless, it is a very powerful engine and if you want to move your application into a multi-user environment, then you can simply use Firebird Server with literally no change in your desktop database structures.
Steve Naidamast
Sr. Software Engineer
Black Falcon Software, Inc.
blackfalconsoftware@outlook.com

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 
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 

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.