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. Other Discussions
  3. The Back Room
  4. Re-inventing the wheel

Re-inventing the wheel

Scheduled Pinned Locked Moved The Back Room
databasequestion
15 Posts 9 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.
  • P Paul Watson

    Arrgghhh! You know when you bemoan something for ages and then ten minutes after having actually done something about it, you find someone else has already done it? In fact that someone else was the very makers of the thing you were bemoaning. In fact the very thing you were bemoaning, and fixed, had been in the thing you were bemoaning all the time? Arrgghhhhh! That just happened to me with the SPGen tool of mine. Matt just showed me that SQL Enterprise Manager already has a Stored Procedure generator in it. Tools \ Wizards *click* Expand Database \ Create Stored Procedure Wizard *click* *sigh* Aaarrrgghhh! Still, I had fun making the app, and I learnt some tricks in coding it. So not wasted effort. But still... Aaarrrgghhhh!

    Paul Watson
    Bluegrass
    Cape Town, South Africa

    Shog9 wrote: Everybody just wants to be naked and famous, Paul.

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #6

    Heck, if we didn't re-invent the wheel all the time, we wouldn't make as much money off of our clients. Right now I'm sitting here working on how to format a report so that the client's address and the customer's address fits in that see through window part of the envelope. How many times has that been done? But you know why I'm doing it? Because I'm using a report writer that I wrote (because in those days, there was no such thing as Crystal Reports, and besides, have you ever tried to use CR???) Anyways, the cool thing about your tool is that: 1. It's useful for other database engines other than M$; 2. It'll be really useful when M$ removes the "wizard"; 3. It's tweakable. The wizard isn't; 4. It's embedable. I can use it as a wizard in my own apps! So don't fret too much. Marc Help! I'm an AI running around in someone's f*cked up universe simulator.
    Sensitivity and ethnic diversity means celebrating difference, not hiding from it. - Christian Graus
    Every line of code is a liability - Taka Muraoka

    P 1 Reply Last reply
    0
    • M Marc Clifton

      Heck, if we didn't re-invent the wheel all the time, we wouldn't make as much money off of our clients. Right now I'm sitting here working on how to format a report so that the client's address and the customer's address fits in that see through window part of the envelope. How many times has that been done? But you know why I'm doing it? Because I'm using a report writer that I wrote (because in those days, there was no such thing as Crystal Reports, and besides, have you ever tried to use CR???) Anyways, the cool thing about your tool is that: 1. It's useful for other database engines other than M$; 2. It'll be really useful when M$ removes the "wizard"; 3. It's tweakable. The wizard isn't; 4. It's embedable. I can use it as a wizard in my own apps! So don't fret too much. Marc Help! I'm an AI running around in someone's f*cked up universe simulator.
      Sensitivity and ethnic diversity means celebrating difference, not hiding from it. - Christian Graus
      Every line of code is a liability - Taka Muraoka

      P Offline
      P Offline
      Paul Watson
      wrote on last edited by
      #7

      Marc Clifton wrote: Anyways, the cool thing about your tool is that... :-O :-D Thanks mate :) Marc Clifton wrote: address fits in that see through window part of the envelope LOL We had the exact same requirement in our last project. We also had to print "folding" guidelines on the paper so that the Delivery Receipt letter was folded correctly. Ugh! Oh, and this was a website. You just try doing printing from the web without some client side control. Totally insane.

      Paul Watson
      Bluegrass
      Cape Town, South Africa

      Shog9 wrote: Everybody just wants to be naked and famous, Paul.

      J 1 Reply Last reply
      0
      • P Paul Watson

        Marc Clifton wrote: Anyways, the cool thing about your tool is that... :-O :-D Thanks mate :) Marc Clifton wrote: address fits in that see through window part of the envelope LOL We had the exact same requirement in our last project. We also had to print "folding" guidelines on the paper so that the Delivery Receipt letter was folded correctly. Ugh! Oh, and this was a website. You just try doing printing from the web without some client side control. Totally insane.

        Paul Watson
        Bluegrass
        Cape Town, South Africa

        Shog9 wrote: Everybody just wants to be naked and famous, Paul.

        J Offline
        J Offline
        Jason Gerard
        wrote on last edited by
        #8

        Paul Watson wrote: Oh, and this was a website. You just try doing printing from the web without some client side control. Totally insane. Tell me about it. I once had to create and invoice that printed the header and footer on each page and the page number, all using HTML!!! Of course the page was generated by ASP. It took the use of fixed width fonts and lots of trial and error to figure out the exact number of order lines that can fit on the page. And all for something they decieded not to deploy in the end because there was no real reason for it in the first place. It was just the whim of a manager that didn't know what he was doing (wait, is that an oxymoron?) Three weeks of my life, gone. Jason Gerard "This almost never matters, except quite often."

        C P 2 Replies Last reply
        0
        • J Jason Gerard

          Paul Watson wrote: Oh, and this was a website. You just try doing printing from the web without some client side control. Totally insane. Tell me about it. I once had to create and invoice that printed the header and footer on each page and the page number, all using HTML!!! Of course the page was generated by ASP. It took the use of fixed width fonts and lots of trial and error to figure out the exact number of order lines that can fit on the page. And all for something they decieded not to deploy in the end because there was no real reason for it in the first place. It was just the whim of a manager that didn't know what he was doing (wait, is that an oxymoron?) Three weeks of my life, gone. Jason Gerard "This almost never matters, except quite often."

          C Offline
          C Offline
          Chris Losinger
          wrote on last edited by
          #9

          Jason Gerard wrote: Three weeks of my life, gone on the interview for my last job, the manager asked me "if you worked on something for two weeks then found out we didn't need it, would you be upset?" i answered truthfully, "yes." he astutely replied, "i don't think you'll be happy here." we were both right. -c


          Please stand by

          ThumbNailer

          J 1 Reply Last reply
          0
          • C Chris Losinger

            Jason Gerard wrote: Three weeks of my life, gone on the interview for my last job, the manager asked me "if you worked on something for two weeks then found out we didn't need it, would you be upset?" i answered truthfully, "yes." he astutely replied, "i don't think you'll be happy here." we were both right. -c


            Please stand by

            ThumbNailer

            J Offline
            J Offline
            Jason Gerard
            wrote on last edited by
            #10

            Chris Losinger wrote: on the interview for my last job, the manager asked me "if you worked on something for two weeks then found out we didn't need it, would you be upset?" i answered truthfully, "yes." he astutely replied, "i don't think you'll be happy here." haha.. At least they were upfront with you about not having a clue. Jason Gerard "This almost never matters, except quite often."

            1 Reply Last reply
            0
            • P Paul Watson

              Arrgghhh! You know when you bemoan something for ages and then ten minutes after having actually done something about it, you find someone else has already done it? In fact that someone else was the very makers of the thing you were bemoaning. In fact the very thing you were bemoaning, and fixed, had been in the thing you were bemoaning all the time? Arrgghhhhh! That just happened to me with the SPGen tool of mine. Matt just showed me that SQL Enterprise Manager already has a Stored Procedure generator in it. Tools \ Wizards *click* Expand Database \ Create Stored Procedure Wizard *click* *sigh* Aaarrrgghhh! Still, I had fun making the app, and I learnt some tricks in coding it. So not wasted effort. But still... Aaarrrgghhhh!

              Paul Watson
              Bluegrass
              Cape Town, South Africa

              Shog9 wrote: Everybody just wants to be naked and famous, Paul.

              M Offline
              M Offline
              Megan Forbes
              wrote on last edited by
              #11

              Paul Watson wrote: That just happened to me with the SPGen tool of mine. Matt just showed me that SQL Enterprise Manager already has a Stored Procedure generator in it. But yours is so cool - and we can say "a friend made this" :cool: And of course, you got to learn and have fun while making it.


              I knew it would end badly when I first met Chris in a Canberra alleyway and he said 'try some-it won't hurt you'... -Christian Graus on Code Project outages His thoughts tumbled in his head, making and breaking alliances like underpants in a tumble dryer. It hurt the way your tongue hurts after you accidentally staple it to he wall**-Shaun Wilde**

              1 Reply Last reply
              0
              • P Paul Watson

                Arrgghhh! You know when you bemoan something for ages and then ten minutes after having actually done something about it, you find someone else has already done it? In fact that someone else was the very makers of the thing you were bemoaning. In fact the very thing you were bemoaning, and fixed, had been in the thing you were bemoaning all the time? Arrgghhhhh! That just happened to me with the SPGen tool of mine. Matt just showed me that SQL Enterprise Manager already has a Stored Procedure generator in it. Tools \ Wizards *click* Expand Database \ Create Stored Procedure Wizard *click* *sigh* Aaarrrgghhh! Still, I had fun making the app, and I learnt some tricks in coding it. So not wasted effort. But still... Aaarrrgghhhh!

                Paul Watson
                Bluegrass
                Cape Town, South Africa

                Shog9 wrote: Everybody just wants to be naked and famous, Paul.

                E Offline
                E Offline
                Emcee Lam
                wrote on last edited by
                #12

                Hah, you think that's something. Get a load of the number of IPicture derived classes that exist on CP. Everybody's out to prove they can make their own version of the same class. C++ versions Peter Hendrix http://www.codeproject.com/bitmap/cpicture.asp Yovav Gad http://www.codeproject.com/bitmap/pictureshow.asp Wilhem Svenselius (aka W2k) http://planetcpp.tk/ derived from Peter Hendrix CPicture added a function to draw portion of an image DanG http://www.codeproject.com/useritems/ExtendedBitmap.asp Derived from Peter Hendrix CPicture, except for drawing functions Base class is set to CBitmap. Drawing to screen is done via CBitmap functions. Eugene Khodakovsky http://www.codeproject.com/bitmap/picturestream.asp C versions Wes Rogers http://www.codeproject.com/bitmap/render.asp goofy http://www.codeproject.com/bitmap/load\_jpeg\_\_gif\_resource..asp

                1 Reply Last reply
                0
                • P Paul Watson

                  Arrgghhh! You know when you bemoan something for ages and then ten minutes after having actually done something about it, you find someone else has already done it? In fact that someone else was the very makers of the thing you were bemoaning. In fact the very thing you were bemoaning, and fixed, had been in the thing you were bemoaning all the time? Arrgghhhhh! That just happened to me with the SPGen tool of mine. Matt just showed me that SQL Enterprise Manager already has a Stored Procedure generator in it. Tools \ Wizards *click* Expand Database \ Create Stored Procedure Wizard *click* *sigh* Aaarrrgghhh! Still, I had fun making the app, and I learnt some tricks in coding it. So not wasted effort. But still... Aaarrrgghhhh!

                  Paul Watson
                  Bluegrass
                  Cape Town, South Africa

                  Shog9 wrote: Everybody just wants to be naked and famous, Paul.

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #13

                  Take a number - the same thing happened to me with my MSDE tool, I found most of it was in the IDE already. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                  C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                  Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002

                  1 Reply Last reply
                  0
                  • J Jason Gerard

                    Paul Watson wrote: Oh, and this was a website. You just try doing printing from the web without some client side control. Totally insane. Tell me about it. I once had to create and invoice that printed the header and footer on each page and the page number, all using HTML!!! Of course the page was generated by ASP. It took the use of fixed width fonts and lots of trial and error to figure out the exact number of order lines that can fit on the page. And all for something they decieded not to deploy in the end because there was no real reason for it in the first place. It was just the whim of a manager that didn't know what he was doing (wait, is that an oxymoron?) Three weeks of my life, gone. Jason Gerard "This almost never matters, except quite often."

                    P Offline
                    P Offline
                    Paul Watson
                    wrote on last edited by
                    #14

                    Jason Gerard wrote: Tell me about it. I once had to create and invoice that printed the header and footer on each page and the page number, all using HTML!!! Just on that did you ever manage to control the browsers header and footer from the server side? We have not found a way and have had to rely on the user editing the options in their Page Setup. Damned annoying.

                    Paul Watson
                    Bluegrass
                    Cape Town, South Africa

                    Shog9 wrote: Everybody just wants to be naked and famous, Paul.

                    J 1 Reply Last reply
                    0
                    • P Paul Watson

                      Jason Gerard wrote: Tell me about it. I once had to create and invoice that printed the header and footer on each page and the page number, all using HTML!!! Just on that did you ever manage to control the browsers header and footer from the server side? We have not found a way and have had to rely on the user editing the options in their Page Setup. Damned annoying.

                      Paul Watson
                      Bluegrass
                      Cape Town, South Africa

                      Shog9 wrote: Everybody just wants to be naked and famous, Paul.

                      J Offline
                      J Offline
                      Jason Gerard
                      wrote on last edited by
                      #15

                      Paul Watson wrote: Just on that did you ever manage to control the browsers header and footer from the server side Not sure what you mean exactly. Jason Gerard "This almost never matters, except quite often."

                      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