Click here to Skip to main content
15,894,546 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: Report generators? Pin
lmoelleb11-Jan-22 1:44
lmoelleb11-Jan-22 1:44 
GeneralRe: Report generators? Pin
Jörgen Andersson11-Jan-22 1:51
professionalJörgen Andersson11-Jan-22 1:51 
GeneralRe: Report generators? Pin
lmoelleb11-Jan-22 3:02
lmoelleb11-Jan-22 3:02 
GeneralRe: Report generators? Pin
Jörgen Andersson11-Jan-22 3:12
professionalJörgen Andersson11-Jan-22 3:12 
GeneralRe: Report generators? Pin
Mircea Neacsu11-Jan-22 3:39
Mircea Neacsu11-Jan-22 3:39 
GeneralRe: Report generators? Pin
lmoelleb11-Jan-22 4:14
lmoelleb11-Jan-22 4:14 
GeneralRe: Report generators? Pin
Mircea Neacsu11-Jan-22 6:26
Mircea Neacsu11-Jan-22 6:26 
GeneralRe: Report generators? Pin
lmoelleb11-Jan-22 7:16
lmoelleb11-Jan-22 7:16 
I inherited the project designed this way. One of the reasons given was a request to be able to clone the database and update it in different locations (no, the whole world does not yet have internet), but obviously that was never realized - and the problems that would need to be solved to support data merge are so huge that dealing with integer ids at the same time is not exactly making it a lot worse. Dead | X|

The projects where I was responsible for the initial data design use integer ids - though if there is a specific use case that is served by using a guid as primary key in a low volume table I will of course do it. Typically anything above the data layer I simply lie and claim the ID is a string (or a struct of some kind) no matter what it is in the database. I do not want a UI to break because of something as trivial as changing primary key format in a table. Sure, gives a bit more conversion, but nothing that compares to the time spend waiting for data from the database.
GeneralRe: Report generators? Pin
Jörgen Andersson11-Jan-22 8:54
professionalJörgen Andersson11-Jan-22 8:54 
GeneralRe: Report generators? Pin
Bruce Patin13-Jan-22 10:41
Bruce Patin13-Jan-22 10:41 
AnswerRe: Report generators? Pin
Kornfeld Eliyahu Peter11-Jan-22 0:01
professionalKornfeld Eliyahu Peter11-Jan-22 0:01 
GeneralRe: Report generators? Pin
LucidDev13-Jan-22 7:05
LucidDev13-Jan-22 7:05 
JokeRe: Report generators? Pin
Peter_in_278011-Jan-22 1:23
professionalPeter_in_278011-Jan-22 1:23 
JokeRe: Report generators? Pin
Daniel Pfeffer11-Jan-22 7:53
professionalDaniel Pfeffer11-Jan-22 7:53 
GeneralRe: Report generators? Pin
trønderen11-Jan-22 8:45
trønderen11-Jan-22 8:45 
GeneralRe: Report generators? Pin
enhzflep11-Jan-22 15:18
enhzflep11-Jan-22 15:18 
GeneralRe: Report generators? Pin
Bruce Patin13-Jan-22 10:43
Bruce Patin13-Jan-22 10:43 
GeneralRe: Report generators? Pin
Sander Rossel12-Jan-22 1:47
professionalSander Rossel12-Jan-22 1:47 
AnswerRe: Report generators? Pin
Slacker00711-Jan-22 2:06
professionalSlacker00711-Jan-22 2:06 
AnswerRe: Report generators? Pin
RickZeeland11-Jan-22 2:15
mveRickZeeland11-Jan-22 2:15 
AnswerRe: Report generators? Pin
DerekT-P11-Jan-22 4:57
professionalDerekT-P11-Jan-22 4:57 
GeneralRe: Report generators? Pin
Sander Rossel12-Jan-22 1:53
professionalSander Rossel12-Jan-22 1:53 
AnswerRe: Report generators? Pin
Johnny J.11-Jan-22 5:11
professionalJohnny J.11-Jan-22 5:11 
AnswerRe: Report generators? Pin
kmoorevs11-Jan-22 5:20
kmoorevs11-Jan-22 5:20 
AnswerRe: Report generators? Pin
charlieg11-Jan-22 6:26
charlieg11-Jan-22 6:26 

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.