Click here to Skip to main content
15,884,629 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Relational database reinvented as a flat file... Pin
Richard Deeming20-Jun-13 1:32
mveRichard Deeming20-Jun-13 1:32 
GeneralRe: Relational database reinvented as a flat file... Pin
jim lahey20-Jun-13 1:57
jim lahey20-Jun-13 1:57 
GeneralWhy stick to just one database? Pin
johnsyd19-Jun-13 17:52
johnsyd19-Jun-13 17:52 
GeneralRe: Why stick to just one database? Pin
krumia19-Jun-13 17:55
krumia19-Jun-13 17:55 
GeneralRe: Why stick to just one database? Pin
johnsyd19-Jun-13 18:07
johnsyd19-Jun-13 18:07 
GeneralRe: Why stick to just one database? Pin
PIEBALDconsult19-Jun-13 18:37
mvePIEBALDconsult19-Jun-13 18:37 
GeneralRe: Why stick to just one database? Pin
vonb19-Jun-13 19:25
vonb19-Jun-13 19:25 
GeneralRe: Why stick to just one database? Pin
AlexCode19-Jun-13 20:23
professionalAlexCode19-Jun-13 20:23 
I kind of already faced a similar problem with SOA architectures.
If you split your business logic across several self-contained services sooner or latter you'll end up needing to show, on a grid or a report, data that comes from several services.
You shouldn't, even if it's possible, do joins across services databases as it breaks all the decoupling principle but when performance starts to be an issue... you know how the story goes from now on don't you?! Smile | :)

So the only reason I see here (even if it's not a good idea) is an attempt to implement this "SOA" concept but only at DB level (say... Service Oriented Databases? Shucks | :-\ ), separating "services" by database.

Now I'm curious to know if I'm right! Big Grin | :-D
GeneralRe: Why stick to just one database? Pin
Adriaan Davel19-Jun-13 21:55
Adriaan Davel19-Jun-13 21:55 
AnswerRe: Why stick to just one database? Pin
Gaston Verelst19-Jun-13 20:28
Gaston Verelst19-Jun-13 20:28 
GeneralRe: Why stick to just one database? Pin
cjb11019-Jun-13 21:15
cjb11019-Jun-13 21:15 
GeneralRe: Why stick to just one database? Pin
johnsyd25-Jun-13 15:01
johnsyd25-Jun-13 15:01 
GeneralRe: Why stick to just one database? Pin
Adriaan Davel19-Jun-13 21:59
Adriaan Davel19-Jun-13 21:59 
GeneralRe: Why stick to just one database? Pin
Richard Deeming20-Jun-13 1:30
mveRichard Deeming20-Jun-13 1:30 
GeneralRe: Why stick to just one database? Pin
jim lahey20-Jun-13 2:04
jim lahey20-Jun-13 2:04 
GeneralRe: Why stick to just one database? Pin
NeverJustHere20-Jun-13 19:29
NeverJustHere20-Jun-13 19:29 
GeneralRe: Why stick to just one database? Pin
johnsyd25-Jun-13 15:15
johnsyd25-Jun-13 15:15 
GeneralRe: Why stick to just one database? Pin
johnsyd25-Jun-13 15:10
johnsyd25-Jun-13 15:10 
GeneralHow To Use Session Variables Pin
AnalogNerd18-Jun-13 3:43
AnalogNerd18-Jun-13 3:43 
GeneralRe: How To Use Session Variables PinPopular
OriginalGriff18-Jun-13 5:04
mveOriginalGriff18-Jun-13 5:04 
GeneralRe: How To Use Session Variables Pin
imagiro19-Jun-13 7:53
imagiro19-Jun-13 7:53 
GeneralRe: How To Use Session Variables Pin
AnalogNerd19-Jun-13 7:56
AnalogNerd19-Jun-13 7:56 
GeneralRe: How To Use Session Variables Pin
imagiro19-Jun-13 21:55
imagiro19-Jun-13 21:55 
GeneralRe: How To Use Session Variables Pin
ClockMeister20-Jun-13 2:03
professionalClockMeister20-Jun-13 2:03 
GeneralRe: How To Use Session Variables Pin
BrainiacV20-Jun-13 5:44
BrainiacV20-Jun-13 5:44 

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.