Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
connect to mysql client
#1
connect to mysql client in visual basic 2008

I saw your tutorial
<!-- m --><a class="postlink" href="http://www.youtube.com/watch?v=r7V2vLK9rHc">http://www.youtube.com/watch?v=r7V2vLK9rHc</a><!-- m -->

You said that this would be useful for a database online?

I have a project and it needs to connect to mysql client for my online website to check validation fields, how do I protect my database username, database name, and password in my visual basic project?

how does a programmer set this up for protection?

I see your encryption tutorial, do I put this encryption code within my project to protect database info? and do I leave this encrypted code in the project and leave the form that created my database details?

I am not sure how to use this for my database, if I leave the encrypt file in the project I am sure people can decrypt it lol, so how do I do this please?

can you give me a tutorial on this?
#2
to protect your .exe files from being de-compiled
you will ofc need a encrypter (This you should do with both your .exe and your custom .dll files!)

You can use encrypted password protection for your users but that can be easier said than done <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoTongueatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
[Image: 2hnx8av.jpg]
#3
Yes, the best way to prevent your code from being decompiled, is by using what is called a Code Protector.. It pretty much tricks the code decompiler into thinking that there is no code in the file.

<!-- m --><a class="postlink" href="http://www.eziriz.com/dotnet_reactor.htm">http://www.eziriz.com/dotnet_reactor.htm</a><!-- m --> That is one that I have been looking into purchasing for myself. Unfortunately, it is indeed rather pricy.
My Blog | My Setup | My Videos | Have a wonderful day.


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to put buttons in the non-client area? Derek275 4 18,810 05-29-2013, 04:12 AM
Last Post: Snake_eyes
  MySQL / Wamp Server Issues jaminben 2 12,376 04-22-2012, 10:31 AM
Last Post: brandonio21
  please Help Me Vb sign up with MySql.Data.MySqlClient hohoswithcans 1 9,495 04-20-2012, 03:23 PM
Last Post: brandonio21
  others can't connect to online database Stefanvp 3 13,608 08-14-2011, 09:46 PM
Last Post: brandonio21
  connect to online database elnashar77 3 13,711 08-09-2011, 01:27 PM
Last Post: brandonio21
  MySQL Module xolara 4 15,696 04-16-2011, 12:28 AM
Last Post: xolara

Forum Jump:


Users browsing this thread: 1 Guest(s)