MySQL VB.NET Tutorial 3 : Create Login Form with MySql and VB.NET (Part 2)




Login Program for VB.NET with Mysql Visual VB.NET – Login Form Tutorial VB.NET – How can I close a login form and show the main form Login Form using VB.

Original source


27 responses to “MySQL VB.NET Tutorial 3 : Create Login Form with MySql and VB.NET (Part 2)”

  1. Hi, thanks for the tutorial, has helped me a lot even in 2016. I have a question, what if the password value is encrypted in the DB? How do you compare this value with the input on the password textbox? Thanks again

  2. Thank you so much for making this tutorial. I needed to create a login form exactly like this for my college assignment. I tried the code you used in the video and, with a bit of modification to suite my existing code, it worked perfectly. You spoke very clearly and were easy to follow 🙂

  3. Sorry but checking for duplicate logins it's a waste of code, the DB should be taking care of not allowing duplicate usernames; and you are taking too long to explain on a simple code. Also that way of naming variables is a terrible coding practice.

  4. +ProgrammingKnowledge I have a problem of database.when I login the correct password it say: You have an error in your SQL Syntax; check the manual that corresponds to your MySQL server version to the right syntax to use near "2" at line 1. Please Help me for this problem. thank you
    #sorryforthebadenglish

  5. i follow your instruction but the problem is vb.net and mysql login is not case sensitive, my password inside the database is Admin but when i try to login using the password "aDmIN" it gives me a log in success. how to make our login in mysql with vb.net be a CASE SENSITIVE? please help. thanks

  6. I can only sign in with numbers, how do I sign in with letters? The program won't read letters from my database only numbers.

    EDIT: I fixed this. If you insert values into the database manually as letters it won't read them for some reason, watch his next video and setup a registration form.

Leave a Reply