Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				 Eqb814449yI don't get it, did you make something that already exists officially? Eqb814449yI 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.
- 
				
				 ste0910199yI quote @Eqb8 and add "why would to want to connect to a MySql server directly from your mobile app? ste0910199yI quote @Eqb8 and add "why would to want to connect to a MySql server directly from your mobile app?
- 
				
				I'm confused as to why there's a try/catch when all the catch does is re-throw the same exception...
- 
				
				@ste09 ah, i forgot. For mobile i use json and php as server side and mysql in server side too..
- 
				
				 Tokimimo1319yLooks like reinventing the wheel and also encrypt that password 😥 Security FTW. Tokimimo1319yLooks 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 )
Related Rants
- 
						
							 Cyborg15A guy and a girl are in a Java seminar. Afterward, the guy approaches the girl and asks, "Hey gurrl, can I ge... Cyborg15A guy and a girl are in a Java seminar. Afterward, the guy approaches the girl and asks, "Hey gurrl, can I ge...
- 
						
							 sam966929Difference between C# and Javascript Me: Hold my cup of tea. C#: That's not a cup of tea. Me: Hold my cup o... sam966929Difference between C# and Javascript Me: Hold my cup of tea. C#: That's not a cup of tea. Me: Hold my cup o...
- 
						
							 Snowdrama90I JUST DELETED MY LIVE MYSQL SERVER I DON'T KNOW IF WE HAVE BACKUPS Snowdrama90I JUST DELETED MY LIVE MYSQL SERVER I DON'T KNOW IF WE HAVE BACKUPS






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?
undefined
vb.net
mobile
connector
mysql
c#
java