New ways: How to Create a Login Form in VB.NET using SQL Server Database and Visual Studio 2022? [Source Code] kzbin.info/www/bejne/gZPUl4OXq9J_gc0
@thomasschnell99322 жыл бұрын
Very good tutorial - only one little thing is missing with a big effect: dt.clear() at the beginning, so that the datatable is emptied when you try again, because otherwise, after the first successful login, every further error will be ignored and it will only say SUCCESS.
@psalmyjoygelacio62783 жыл бұрын
It worked... You got my subscribed.. Keep it up
@Divyakrishnankumar2 жыл бұрын
My database name is login but still says invalid... N throws exception at sda. Fill(dt) Please help!!!!!! Need to submit my project in 2days
@thomasschnell99322 жыл бұрын
Sehr gutes Tutorial - es fehlt nur eine Kleinigkeit mit großer Wirkung: dt.clear() am Anfang, damit die DataTabele beim neuen Versuch geleert ist, denn ansonsten passiert nach dem erstmaligen erfolgreichen Anmelden, dass jeder weitere Fehler ignoriert wird und es nur noch ERFOLRECH heisst.
@mallikarjunyt45182 жыл бұрын
Thank you so much bro I made beautiful login form
@ScarChrome Жыл бұрын
Thank you so very much you've helped a lot
@jhobanthat3 жыл бұрын
This video helps me a lot.Thanks
@reallifeempire44294 жыл бұрын
Thanks a lot This really helped me
@zerosixteen.46448 ай бұрын
I got error in sda.Fill(dt) , currently I am using visual studio and 2024 SQL server.
@RunCodes8 ай бұрын
How to Create a Login Form in VB.NET using SQL Server Database and Visual Studio 2022? [Source Code] kzbin.info/www/bejne/gZPUl4OXq9J_gc0 use this new technique
@handsomeako43432 жыл бұрын
Thank you very much you saved me!
@shahg3903 жыл бұрын
Can you please make a video to authenticate against active directory if the user is on domain. That will be great help.
@jorgezumbado34953 жыл бұрын
it says type 'SqlConnection' is not defined but I do the imports, also under references it (system.Data.SqlClient) is enabled.
@RunCodes3 жыл бұрын
create new project!
@joswinborleo-gistcogeo17033 жыл бұрын
nope, just install the system.data.sqlclient in your nugets design and it's done
@mdnazimuddin6782 жыл бұрын
Simple and excellent!!!
@LordMpW3 жыл бұрын
Very good, well done!
@joshuaseballos33063 жыл бұрын
I tried publishing it and sent it to other device for use, the register form i made with it crashed
@RunCodes3 жыл бұрын
When you send to other devices, you have to create database on that device and have to change the connection string. Only then it will works!
@joshuaseballos33063 жыл бұрын
@@RunCodes is there a way that it changes the directory after they run the set up? Im eager to learn a lot and how I can improve what I know 😄
@Divyakrishnankumar2 жыл бұрын
It says invalid object login.... Please help
@RunCodes3 жыл бұрын
do you like our work? does this tutorial help you? if so, you can support us at www.patreon.com/RunCodes
@codeeasily16303 жыл бұрын
sda.Fill(dt) error how to solve please explain
@RunCodes3 жыл бұрын
use latest visual studio!
@martynaustria40273 жыл бұрын
Same error I installed visual studio 2019
@tobiojo32762 жыл бұрын
Nice tutorial. link to download the sql server database
@AnandKumar-fo8rb4 жыл бұрын
Thank you connected successfully
@salutinmarjoriedelacruz37182 жыл бұрын
THANK YOUUUU
@martynaustria40273 жыл бұрын
Dim con As SqlConnection = New SqlConnection("Data source = DESKTOP-DILIAA0;Initial Catalog=roleofaccessdb;Integrated Security = True") Dim cm As SqlCommand = New SqlCommand("select * from login where USERNAMELOGIN ='" + TextBox1.Text + "'and PASSWORD= '" + TextBox2.Text + "'", con) Dim sda As SqlDataAdapter = New SqlDataAdapter(cmd) Dim dt As DataTable = New DataTable() sda.Fill(dt) i have error in the line of sda.Fill(dt) System.InvalidOperationException: 'The SelectCommand property has not been initialized before calling 'Fill'.'
u lost me at sql server, i dont know where to go 3:20
@RunCodes3 жыл бұрын
open sql server you will see this window!
@pranavgaikwad.114 жыл бұрын
How to create signup form ?
@RunCodes4 жыл бұрын
kzbin.info/www/bejne/inbNqpZmq76fbKc
@pranavgaikwad.114 жыл бұрын
@@RunCodes ya I got it ...😅 Searched in your videos ! Thanks for the support man 👍
@peaceseeker7419 Жыл бұрын
Brother are u nepali
@RunCodes Жыл бұрын
Yup!
@peaceseeker7419 Жыл бұрын
Accent bata yad pai halyo 😂
@dhanajideshmukh37052 жыл бұрын
SQL server konasa he
@RunCodes2 жыл бұрын
2014!
@sportspoint-kb2qf Жыл бұрын
❤❤🎉🎉
@mbstn69293 жыл бұрын
i get eror in sda.fill (dt)
@RunCodes3 жыл бұрын
Use latest IDE!
@mbstn69293 жыл бұрын
@@RunCodes Ty bro It Works fine now
@zerosixteen.46448 ай бұрын
@@RunCodes does it need to have the same supported version in vb net and the sql server?
@RunCodes8 ай бұрын
@zerosixteen.4644 How to Create a Login Form in VB.NET using SQL Server Database and Visual Studio 2022? [Source Code] kzbin.info/www/bejne/gZPUl4OXq9J_gc0 use this technique
@mostafabarzegar2503 жыл бұрын
(vb.net) i want open form 1 with key pressed 25 and open form 2 with key pressed 2 a in main form