2

I'm currently working for 1month to win some money in a company that repair people computer and do a bit of programming.
They've made a software that get every value in a table with SQL and print it.

My boss, gave me as project to make a software that get everything from a database and copy paste it into an another, like a automatic backup system. BUT HE ASKED ME to do it from the last software with Delphi and on Windows XP...

God damn, now i have to remove everything about printing while i was just able to do the software from scratch with C#...

Comments
  • 0
    Sorry if it's explained badly
  • 0
    Imagine you having to make a software from an old one that you never touched andon Windows XP...
  • 0
    Why don't you just do this at the server level? If you're just exporting data from one DB into another then the server should be able to automate that. I've only really used Microsoft SQL server, but I'd be surprised if other DB Servers don't provide that functionality.
  • 0
    @HamsterOh
    "Imagine you having to make a software from an old one that you never touched andon Windows XP..."

    We call that legacy support. I'm currently doing it myself, and it too is a pile of shite.
  • 0
    @delegate212 Well, that's what a client wan't i think and what he asked me to do. I don't know why he wanna use a software for that, i'm just doing what he want lul
  • 0
    @delegate212 I hate legacy support then, and it's more horrible when you are on a virtual machine 😂
  • 1
    @HamsterOh

    Shouldn't you have posed these questions? I know I would have done.
  • 1
    @delegate212

    I mean they might not have known that was a option as you are the developer here. It could have saved you time and the headache of having to piss around with legacy code.
  • 0
    @delegate212 It's my first job and i'm only 16y so i'm kinda shy. I'll try to tell him about this, it's true that i could save me and time for theim. 😉 Thanks for the tips btw
Add Comment