Originally posted by: Drakkon
Well I came to that point today. I got this stupid script that my partner developed and it was taking 15 minutes just to process and i was getting fed up. So I decided I had to be able to find something better. So I play around with it for a few hours, doing what i can, saving write routines and db access routines in one area, processing all sorted out nicely, sit back and say okay this might work. Run the script...15 SECONDS later its done processing. I was like wtf this cant be right, run it again, 12 second this time. Look at the output, input, everything is working EXACTLY as it had before only faster. Just had to kick back and say "WOW" after that one 😛
Originally posted by: amish
the only code that i have ever been excited about is: up, up, down, down, left, right, left, right, b, a, start.
Originally posted by: KLin
Originally posted by: DT4K
One of the first projects I did at my job was to rewrite an Access 97 app. It was originally written to use keystrokes to automatically enter data in the corporate SAP system. When we got permission to use an automation component provided by SAP, I had to completely rewrite the app.
To upload one day's worth of data, it originally took 45 minutes and my new version took about 1 minute. Everyone in the shipping department loved me.
There was nothing special about my code, it was the difference in the way we connected that allowed it to be so much faster. But I still got credit and it was really nice to see such a big improvement.😀
As IHateMyJob said,
"Been downhill ever since"
did you push the data from an access table to a table in SAP?
Originally posted by: SagaLore
Originally posted by: amish
the only code that i have ever been excited about is: up, up, down, down, left, right, left, right, b, a, start.
My wife enjoys that one too.