Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I will never be bored

I will never be bored

Scheduled Pinned Locked Moved The Lounge
databasecsharpjavabusinesstools
21 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Chris Maunder

    Xiangyang Liu ??? wrote:

    I suspect it is not the largest table

    When I think of that I think of this: You are standing in front of a big darkgrey stonewall with a black iron door in it. The sky is dark and cloudy and it is quiet around you but you have a bad feeling here. What do you want to do now?

    cheers, Chris Maunder

    CodeProject.com : C++ MVP

    D Offline
    D Offline
    Dalek Dave
    wrote on last edited by
    #4

    Chris Maunder wrote:

    You are standing in front of a big darkgrey stonewall with a black iron door in it. The sky is dark and cloudy and it is quiet around you but you have a bad feeling here. What do you want to do now?

    Esc and play Solitaire?

    ------------------------------------ Hungrþverrir lét herjat hríðar gagls á Skíði (the hunger battle-birds were filled in Skye with blood of foemen killed)

    1 Reply Last reply
    0
    • X Xiangyang Liu

      ... with a database table that has 119 fields. Exausted maybe, but not bored. I posted several months ago that the boss wanted me to work on a java project with 6000+ classes in 1500+ files. One of the database tables in this project has 119 fields, I suspect it is not the largest table.

      My .NET Business Application Framework My Home Page My Younger Son & His "PET"

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #5

      I'm guessing that the original developer had never even heard of normalisation.

      Deja View - the feeling that you've seen this post before.

      My blog | My articles

      M L X M 4 Replies Last reply
      0
      • D Dalek Dave

        Xiangyang Liu ??? wrote:

        a database table that has 119 fields

        What, may I ask is it a table of? I once made a database for Whitbread of EVERYTHING they bought an sold, Beer, Food, Snack, Furniture, pet food, cleaning etc It had over 20,000 records and went to 45 fields, I thought that was a biggun!

        ------------------------------------ Hungrþverrir lét herjat hríðar gagls á Skíði (the hunger battle-birds were filled in Skye with blood of foemen killed)

        X Offline
        X Offline
        Xiangyang Liu
        wrote on last edited by
        #6

        Dalek Dave wrote:

        What, may I ask is it a table of?

        It is a contact information table, quite reasonable in a big object-oriented mess: There is the abstract class Contact which many subtypes are derived from. For each of the subtypes the developers have to add a bunch of fields which make sense only for that subtype. By "have to" I mean some part of the projects we baught from third party with no right to source code, adding additional database fields is probably the easy way or maybe the only way to get new features implemented.

        My .NET Business Application Framework My Home Page My Younger Son & His "PET"

        1 Reply Last reply
        0
        • C Chris Maunder

          Xiangyang Liu ??? wrote:

          I suspect it is not the largest table

          When I think of that I think of this: You are standing in front of a big darkgrey stonewall with a black iron door in it. The sky is dark and cloudy and it is quiet around you but you have a bad feeling here. What do you want to do now?

          cheers, Chris Maunder

          CodeProject.com : C++ MVP

          G Offline
          G Offline
          Gary R Wheeler
          wrote on last edited by
          #7

          A Big Green Snake Bars The Way!

          Software Zen: delete this;
          Fold With Us![^]

          1 Reply Last reply
          0
          • C Chris Maunder

            Xiangyang Liu ??? wrote:

            I suspect it is not the largest table

            When I think of that I think of this: You are standing in front of a big darkgrey stonewall with a black iron door in it. The sky is dark and cloudy and it is quiet around you but you have a bad feeling here. What do you want to do now?

            cheers, Chris Maunder

            CodeProject.com : C++ MVP

            X Offline
            X Offline
            Xiangyang Liu
            wrote on last edited by
            #8

            Just found another table with 161 fields.

            My .NET Business Application Framework My Home Page My Younger Son & His "PET"

            1 Reply Last reply
            0
            • P Pete OHanlon

              I'm guessing that the original developer had never even heard of normalisation.

              Deja View - the feeling that you've seen this post before.

              My blog | My articles

              L Offline
              L Offline
              leppie
              wrote on last edited by
              #9

              Maybe he was forced by the CEO to keep it 'simple' so that the CEO can understand all the code. I have had a team lead telling me I must simple code, so he could understand what it does. I wonder what I was suppose to do there...

              xacc.ide - now with TabsToSpaces support
              IronScheme - 1.0 alpha 4a out now (29 May 2008)

              1 Reply Last reply
              0
              • P Pete OHanlon

                I'm guessing that the original developer had never even heard of normalisation.

                Deja View - the feeling that you've seen this post before.

                My blog | My articles

                M Offline
                M Offline
                Mustafa Ismail Mustafa
                wrote on last edited by
                #10

                Exactly what I thought.

                Don't forget to vote if the response was helpful


                Sig history "dad" Ishmail-Samuel Mustafa "There's no point questioning the actions of a c0ck-juggling thunderc*nt" From the book of testy commentary by martin_hughes Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

                1 Reply Last reply
                0
                • P Pete OHanlon

                  I'm guessing that the original developer had never even heard of normalisation.

                  Deja View - the feeling that you've seen this post before.

                  My blog | My articles

                  X Offline
                  X Offline
                  Xiangyang Liu
                  wrote on last edited by
                  #11

                  Pete O'Hanlon wrote:

                  I'm guessing that the original developer had never even heard of normalisation.

                  Normalization? What a strange word. :-D

                  My .NET Business Application Framework My Home Page My Younger Son & His "PET"

                  1 Reply Last reply
                  0
                  • D Dalek Dave

                    Xiangyang Liu ??? wrote:

                    a database table that has 119 fields

                    What, may I ask is it a table of? I once made a database for Whitbread of EVERYTHING they bought an sold, Beer, Food, Snack, Furniture, pet food, cleaning etc It had over 20,000 records and went to 45 fields, I thought that was a biggun!

                    ------------------------------------ Hungrþverrir lét herjat hríðar gagls á Skíði (the hunger battle-birds were filled in Skye with blood of foemen killed)

                    M Offline
                    M Offline
                    MidwestLimey
                    wrote on last edited by
                    #12

                    Pah! I say. We have a table with over 100 columns, a clone of a customers database has over 400k rows. Works like a charm.


                    I'm largely language agnostic


                    After a while they all bug me :doh:


                    1 Reply Last reply
                    0
                    • P Pete OHanlon

                      I'm guessing that the original developer had never even heard of normalisation.

                      Deja View - the feeling that you've seen this post before.

                      My blog | My articles

                      M Offline
                      M Offline
                      MidwestLimey
                      wrote on last edited by
                      #13

                      We have a few very large tables that really can't be normalized any further. There's just an inordinate number of datapoints that need to be collected for an entity. Any division is arbitrary, although on the really big ones they were split between a common table and an extened details table.


                      I'm largely language agnostic


                      After a while they all bug me :doh:


                      1 Reply Last reply
                      0
                      • C Chris Maunder

                        Xiangyang Liu ??? wrote:

                        I suspect it is not the largest table

                        When I think of that I think of this: You are standing in front of a big darkgrey stonewall with a black iron door in it. The sky is dark and cloudy and it is quiet around you but you have a bad feeling here. What do you want to do now?

                        cheers, Chris Maunder

                        CodeProject.com : C++ MVP

                        P Offline
                        P Offline
                        phannon86
                        wrote on last edited by
                        #14

                        Grab a stiff drink... software development is enough to drive you to drink sometimes, if only it was allowed at work, then I'd have to use public transport, which in itself is frustrating enough to drive you to drink, it's a vicious cycle... :-D

                        He who makes a beast out of himself gets rid of the pain of being a man

                        X T 2 Replies Last reply
                        0
                        • P phannon86

                          Grab a stiff drink... software development is enough to drive you to drink sometimes, if only it was allowed at work, then I'd have to use public transport, which in itself is frustrating enough to drive you to drink, it's a vicious cycle... :-D

                          He who makes a beast out of himself gets rid of the pain of being a man

                          X Offline
                          X Offline
                          Xiangyang Liu
                          wrote on last edited by
                          #15

                          Phannon wrote:

                          software development is enough to drive you to drink sometimes

                          Be careful when working with abstract classes: Don't drink and derive! :)

                          My .NET Business Application Framework My Home Page My Younger Son & His "PET"

                          C 1 Reply Last reply
                          0
                          • X Xiangyang Liu

                            Phannon wrote:

                            software development is enough to drive you to drink sometimes

                            Be careful when working with abstract classes: Don't drink and derive! :)

                            My .NET Business Application Framework My Home Page My Younger Son & His "PET"

                            C Offline
                            C Offline
                            c2423
                            wrote on last edited by
                            #16

                            :laugh: Got my 5

                            1 Reply Last reply
                            0
                            • X Xiangyang Liu

                              ... with a database table that has 119 fields. Exausted maybe, but not bored. I posted several months ago that the boss wanted me to work on a java project with 6000+ classes in 1500+ files. One of the database tables in this project has 119 fields, I suspect it is not the largest table.

                              My .NET Business Application Framework My Home Page My Younger Son & His "PET"

                              E Offline
                              E Offline
                              Ennis Ray Lynch Jr
                              wrote on last edited by
                              #17

                              With code I work on I have a nearly photographic contextual memory. Whenever I am exposed to a massive Charlie Foxtrot years latter it will come back on me like a bad trip of acid. The worst part, will of course be that it only came back because I now have a simple elegant solution that I of course must take to my grave because no one cares. I feel sorry that you have to deal with it but at least its in Java :) I think some users of the forum drink to dull the pain.

                              Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
                              Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
                              Most of this sig is for Google, not ego.

                              1 Reply Last reply
                              0
                              • P phannon86

                                Grab a stiff drink... software development is enough to drive you to drink sometimes, if only it was allowed at work, then I'd have to use public transport, which in itself is frustrating enough to drive you to drink, it's a vicious cycle... :-D

                                He who makes a beast out of himself gets rid of the pain of being a man

                                T Offline
                                T Offline
                                t7bros
                                wrote on last edited by
                                #18

                                http://xkcd.com/323/[^]

                                Have faith in yourself; amateurs built the Ark, professionals built the Titanic.

                                1 Reply Last reply
                                0
                                • X Xiangyang Liu

                                  ... with a database table that has 119 fields. Exausted maybe, but not bored. I posted several months ago that the boss wanted me to work on a java project with 6000+ classes in 1500+ files. One of the database tables in this project has 119 fields, I suspect it is not the largest table.

                                  My .NET Business Application Framework My Home Page My Younger Son & His "PET"

                                  R Offline
                                  R Offline
                                  Richard Jones
                                  wrote on last edited by
                                  #19

                                  Sounds like Oracle Apps. God those people love UserDefined1, etc., Reference1, etc. :(

                                  Cheetah. Ferret. Gonads. What more can I say? - Pete O'Hanlon

                                  1 Reply Last reply
                                  0
                                  • X Xiangyang Liu

                                    ... with a database table that has 119 fields. Exausted maybe, but not bored. I posted several months ago that the boss wanted me to work on a java project with 6000+ classes in 1500+ files. One of the database tables in this project has 119 fields, I suspect it is not the largest table.

                                    My .NET Business Application Framework My Home Page My Younger Son & His "PET"

                                    R Offline
                                    R Offline
                                    Roger Wright
                                    wrote on last edited by
                                    #20

                                    Xiangyang Liu ??? wrote:

                                    table that has 119 fields

                                    That's impressive! A few years ago we hired a GPS/GIS company to map our power system and, knowing nothing of the subject, accepted their schema for the device data tables. Now I have a huge .mdb database with tables 70+ fields wide, most of which are empty. I wish there was a tool I could run on it to condense the tables down to only the essential fields, but I haven't located one yet.

                                    "A Journey of a Thousand Rest Stops Begins with a Single Movement"

                                    1 Reply Last reply
                                    0
                                    • X Xiangyang Liu

                                      ... with a database table that has 119 fields. Exausted maybe, but not bored. I posted several months ago that the boss wanted me to work on a java project with 6000+ classes in 1500+ files. One of the database tables in this project has 119 fields, I suspect it is not the largest table.

                                      My .NET Business Application Framework My Home Page My Younger Son & His "PET"

                                      Richard DeemingR Offline
                                      Richard DeemingR Offline
                                      Richard Deeming
                                      wrote on last edited by
                                      #21

                                      119 fields? That's nothing! ;P I regularly get to work with an accounting package from Norway which has eight tables with more than 200 fields each, eleven tables with between 100 and 200 fields, and 202 other tables. The winner is a table called OrdDocLn, with 312 fields. All with wonderful names like M38, R9, MntTm, NWgtU, and TspAgrNo! :wtf:


                                      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                                      "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups