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

preview_player
Показать описание
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.NET and SQL
VB.NET Login Form with MS Access
Login Form using c# and ms access as database..?‎
closing Login form after a successful Login in VB.NET form‎
create a login form using VB.NET‎
VB.NET program to connect to mysql
php login code mysql
Login Source Codes
Code for login form in VB.NET
VB.NET Login form Searches related to c# login form
java login form Visual basic
visual basic login form Visual basic
visual studio login form Visual basic
c# login form template Visual basic
c# login form access database Visual basic
c# login form example Visual basic
c# login form code Visual basic
c# login form sql Visual basic
create login page contain user id,password,buttons Visual basic
mysql C# sample codeVisual basic
Рекомендации по теме
Комментарии
Автор

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

ingalexisramos
Автор

Thank you very much Sir!, nice tutorial :), very well explained ;) ....

aalvin
Автор

thank you so much for this very helpful tutorial! :)

Haruhi
Автор

it says "Authentication Method 'caching_sha2_password' not supported by any of the available plugins" what should I do? I'm using visual studio 2012 and MySQL 8

paethiopia
Автор

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.

ryansmith
Автор

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

lorenzogarcia-mbhy
Автор

can u write same login program for Microsoft SQL server database

SantoshKumar
Автор

i cant connect to data base all is ok but i have error comunication "unable to connect..."

TheTerrasil
Автор

Aren't the magic words for this kind of login something like:
' or TRUE
?

MrZeus
Автор

now i know what to add in query.  = 'ABCdef'

My question, my answer, :D

lorenzogarcia-mbhy
Автор

is there some one who can help me solve problem with login?
-- how can i login diferents users with diferents passwords and diferents level "admin, manager"?

obadiassabino
Автор

After pressing login its not printing the message

srijanraj
Автор

Your login system isn't case sensitive

truered_rss
Автор

i love the way you try to copy and paste everything to make it quicker but you just make it slower :P

joaopatrocinio
Автор

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.

gusstavv
Автор

you lost about 30 minutes of my life.
why for god sake did you not check rowcount ?

seba.d