Click here to Skip to main content
15,910,211 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: It amazes me SAP makes so much money... Pin
Jeremy Falcon18-Jan-17 13:18
professionalJeremy Falcon18-Jan-17 13:18 
GeneralRe: It amazes me SAP makes so much money... Pin
David O'Neil18-Jan-17 14:11
professionalDavid O'Neil18-Jan-17 14:11 
GeneralRe: It amazes me SAP makes so much money... Pin
Jeremy Falcon19-Jan-17 7:13
professionalJeremy Falcon19-Jan-17 7:13 
GeneralRe: It amazes me SAP makes so much money... Pin
CDP180218-Jan-17 19:38
CDP180218-Jan-17 19:38 
GeneralRe: It amazes me SAP makes so much money... Pin
Sander Rossel18-Jan-17 21:34
professionalSander Rossel18-Jan-17 21:34 
JokeRe: It amazes me SAP makes so much money... Pin
David O'Neil18-Jan-17 23:09
professionalDavid O'Neil18-Jan-17 23:09 
JokeRe: It amazes me SAP makes so much money... Pin
Foothill19-Jan-17 3:42
professionalFoothill19-Jan-17 3:42 
GeneralRe: It amazes me SAP makes so much money... Pin
den2k8818-Jan-17 23:25
professionalden2k8818-Jan-17 23:25 
Sander Rossel wrote:
So you either use a numeric type and restrict it to 0 and 1 or you use a text type and restrict it to Y and N. I've seen the Y/N a lot (although I don't agree with it). At least be glad they documented it properly!
That are almost equivalent options, as you can do it with a simple binary AND. It helps reportization, especially if the clients are dumb (as with only enough processor to keep a connection to a main server), which was the standard topology at the times. then topology changed, but you must maintain compatibility with older databases. What do you do, change the background and add a layer of compatibility or realyze that Y/N are two bytes as much as 1/0?

In industial automation BTW the common patterns are 0xC0 and 0xC1 to encode 0 and 1.
CALL APOGEE, SAY AARDWOLF
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X

If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver

"Go ahead, make my day"

GeneralRe: It amazes me SAP makes so much money... Pin
Keviniano Gayo19-Jan-17 0:21
Keviniano Gayo19-Jan-17 0:21 
GeneralRe: It amazes me SAP makes so much money... Pin
Nathan Minier19-Jan-17 1:31
professionalNathan Minier19-Jan-17 1:31 
GeneralRe: It amazes me SAP makes so much money... Pin
Sander Rossel19-Jan-17 1:35
professionalSander Rossel19-Jan-17 1:35 
GeneralRe: It amazes me SAP makes so much money... Pin
Nathan Minier19-Jan-17 1:41
professionalNathan Minier19-Jan-17 1:41 
GeneralRe: It amazes me SAP makes so much money... Pin
Sander Rossel19-Jan-17 1:48
professionalSander Rossel19-Jan-17 1:48 
GeneralRe: It amazes me SAP makes so much money... Pin
Nathan Minier19-Jan-17 3:36
professionalNathan Minier19-Jan-17 3:36 
GeneralRe: It amazes me SAP makes so much money... Pin
Sander Rossel19-Jan-17 11:41
professionalSander Rossel19-Jan-17 11:41 
GeneralRe: It amazes me SAP makes so much money... Pin
DodgyCode19-Jan-17 2:25
DodgyCode19-Jan-17 2:25 
GeneralRe: It amazes me SAP makes so much money... Pin
Sander Rossel19-Jan-17 11:42
professionalSander Rossel19-Jan-17 11:42 
GeneralRe: It amazes me SAP makes so much money... Pin
FireDog3126219-Jan-17 6:48
FireDog3126219-Jan-17 6:48 
GeneralRe: It amazes me SAP makes so much money... Pin
Jeremy Falcon19-Jan-17 7:04
professionalJeremy Falcon19-Jan-17 7:04 
GeneralRe: It amazes me SAP makes so much money... Pin
Sander Rossel19-Jan-17 9:34
professionalSander Rossel19-Jan-17 9:34 
GeneralRe: It amazes me SAP makes so much money... Pin
Jeremy Falcon19-Jan-17 10:20
professionalJeremy Falcon19-Jan-17 10:20 
GeneralRe: It amazes me SAP makes so much money... Pin
Sander Rossel19-Jan-17 10:27
professionalSander Rossel19-Jan-17 10:27 
GeneralRe: It amazes me SAP makes so much money... Pin
Jeremy Falcon19-Jan-17 10:51
professionalJeremy Falcon19-Jan-17 10:51 
GeneralRe: It amazes me SAP makes so much money... Pin
Sander Rossel19-Jan-17 11:46
professionalSander Rossel19-Jan-17 11:46 
GeneralRe: It amazes me SAP makes so much money... Pin
Jeremy Falcon20-Jan-17 8:01
professionalJeremy Falcon20-Jan-17 8: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.