Click here to Skip to main content
15,887,267 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: Wordle 747 Pin
ChandraRam6-Jul-23 1:51
ChandraRam6-Jul-23 1:51 
GeneralRe: Wordle 747 Pin
Cp-Coder6-Jul-23 2:37
Cp-Coder6-Jul-23 2:37 
GeneralRe: Wordle 747 Pin
jmaida6-Jul-23 12:08
jmaida6-Jul-23 12:08 
QuestionReplacement for SQL Server Compact (CE)? Pin
PIEBALDconsult5-Jul-23 12:57
mvePIEBALDconsult5-Jul-23 12:57 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
Daniel Pfeffer5-Jul-23 18:24
professionalDaniel Pfeffer5-Jul-23 18:24 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
Jörgen Andersson6-Jul-23 3:14
professionalJörgen Andersson6-Jul-23 3:14 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult6-Jul-23 4:43
mvePIEBALDconsult6-Jul-23 4:43 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
DerekT-P5-Jul-23 22:14
professionalDerekT-P5-Jul-23 22:14 
Sounds as if (unless I've misunderstood) that you've got two separate requirements:
1. Build an app where you can just "plug in" any suitable datastore at runtime.
2. Build an app that has no dependencies on any dbms already existing, just install and run a single package

#1 is basically around separating out logic and data access layers; the .Net apps I write have a separate data layer that is provider-agnostic and just tweaking a single constant switches between MySql, SqlServer, Postgres etc. The value could just as well be provided at runtime.

#2 Once you've done #1, #2 becomes easier as there's no "dependence" in the app on SQL standards, since that's all the "other side" of the separation. Hence I can swap MySql for SqlServer (though the d/b does need to have stored procs that manage the database logic - queries etc). You could even consider embedded MySql (runs on Win10/11, and Win Server 12/16/19/22)
Telegraph marker posts ... nothing to do with IT
Phasmid email discussion group ... also nothing to do with IT
Beekeeping and honey site ... still nothing to do with IT

GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult6-Jul-23 4:37
mvePIEBALDconsult6-Jul-23 4:37 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
DerekT-P6-Jul-23 6:09
professionalDerekT-P6-Jul-23 6:09 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult6-Jul-23 6:23
mvePIEBALDconsult6-Jul-23 6:23 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
chrisseanhayes7-Jul-23 10:12
chrisseanhayes7-Jul-23 10:12 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
jschell7-Jul-23 12:24
jschell7-Jul-23 12:24 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
chrisseanhayes7-Jul-23 14:14
chrisseanhayes7-Jul-23 14:14 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
jschell10-Jul-23 3:31
jschell10-Jul-23 3:31 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
chrisseanhayes10-Jul-23 8:00
chrisseanhayes10-Jul-23 8:00 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
jschell11-Jul-23 6:44
jschell11-Jul-23 6:44 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
jschell6-Jul-23 5:42
jschell6-Jul-23 5:42 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult6-Jul-23 5:59
mvePIEBALDconsult6-Jul-23 5:59 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
Martin Hart Turner7-Jul-23 2:10
Martin Hart Turner7-Jul-23 2:10 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
Peter Adam7-Jul-23 2:45
professionalPeter Adam7-Jul-23 2:45 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
Steve Naidamast7-Jul-23 6:07
professionalSteve Naidamast7-Jul-23 6:07 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult7-Jul-23 6:18
mvePIEBALDconsult7-Jul-23 6:18 
AnswerRe: Replacement for SQL Server Compact (CE)? Pin
jkirkerx7-Jul-23 7:52
professionaljkirkerx7-Jul-23 7:52 
GeneralRe: Replacement for SQL Server Compact (CE)? Pin
PIEBALDconsult7-Jul-23 10:47
mvePIEBALDconsult7-Jul-23 10:47 

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.