9

My simple MySQL Connector for every languages (Dekstop/mobile). I've tried this in C#, VB.NET, and Java. Trust me, it works. How 'bout ya?

Comments
  • 3
    I don't get it, did you make something that already exists officially?

    Why in the world would you store connection info inside the desktop app.
  • 3
    I quote @Eqb8 and add "why would to want to connect to a MySql server directly from your mobile app?
  • 2
    I'm confused as to why there's a try/catch when all the catch does is re-throw the same exception...
  • 0
    But... But... how can it always work if the database and user values are hardcoded?
  • 0
    @ste09 ah, i forgot. For mobile i use json and php as server side and mysql in server side too..
  • 0
    Looks like reinventing the wheel and also encrypt that password 😥 Security FTW.

    But still nice for the beginning and learning stuff ( I'm guessing you're pretty new to programming, pls correct me if I'm wrong )
  • 0
    Visual Basic? Ewwww. People still use that?
  • 0
    @deusprogrammer for educational purpose? yes. In industrial? I don't know
  • 0
    I don't trust vb since vb6 ;)
Add Comment