Searches related to create login form with mysql c# C# and MySql .Net Connector…and simple Mysql Login? Login page in C# and MySQL mysql connector mysql odbc c# mysql visual c# mysql c#…
Original source
Searches related to create login form with mysql c# C# and MySql .Net Connector…and simple Mysql Login? Login page in C# and MySQL mysql connector mysql odbc c# mysql visual c# mysql c#…
Original source
27 responses to “C# Tutorial 2:Create Login Form with MySql”
https://www.youtube.com/watch?annotation_id=annotation_3818615463&feature=iv&index=3&list=PLS1QulWo1RIZrmdggzEKbhnfvCMHtT-sA&src_vid=NzbbSo00w7c&v=F3c1NKcHWMg
video number 3
wow, radical code change from previous tutorial and all of a sudden new set of codes pop… This I cannot call tutorial sorry. Thumb down.
Why give a duplicate warning for login form?
why we need use count here?? is it not possible without declaring this count variable??
A count is easy to understant, yet you explained it, but we do not know, what does myReader actually do, that is not explained in the previous video or in this one. We can read, but understanding, what kind of functionalities are carried by what command, or how goes the data through them – that would be more important. Now I can copy that correctly, but do not know, how to change it, if I want another functionality.
I follow all the instruction but when I run it I always got user and pass is wrong
thanks
Thank you so much!
You have no idea how long I was looking for!!!!
Bro you have connected Access data base in previous tutorial
Simple and Clean Tutorial
is it still similar if I used it on asp.net c#? Newbie here.
I can't find tutorial 3.pls upload tutorial 3 again..
could you upload tutorial number 3 ,.. your tutorials are good it would be great if it's complete,… thnks
Thank you +ProgrammingKnowledge2 for this Tutorial. This help me a lot.
Would be awesome if the tutorial 1 and 3 are re-uploaded. (y)
What to do if I want to restrict a user to acess a form. like Admin and User ?
how would you make the the program accept strings as password or username. your example only works for integer data types.
great, thanks for the trainning.
i don't understand.
I mean i like the code that you have that works but your aren't explaining it. You are just reading the line of code that you have written but you are not explaining what that line of code DOES and WHY its there.
thanks
when i entered my user id and password and press login, a pop up message is coming that "keyword not supported perimeter name : database" plz help me in solving this error
This Guy is great, straight forward instructions. Many thanks
when I try to make my username and password more than 1 digit,,the messagebox now says it is incorrect,,even if they are on the database..what to do to make it accepts more than 1 digit of username and password..
Is it possible to say in a text-Box: 'name' and to get all names which are in database?for example to save them in an string Array to work with it in the Programm itself?
what happend to Video "C# Tutorial 3:…" ? :0
sir i need this same code with ms sql server can u do it ?
why i am having this error
" ' ; " ,myconn);
one thing that i dont understand is, why are you always writing down dataReader instead of dataAdapter? what are the diffenrence between those two?
Very helpful , thanks !