How to Create Login Form in VB.NET using SQL Server Database?

Поделиться
HTML-код
  • Опубликовано: 7 окт 2024

Комментарии • 62

  • @RunCodes
    @RunCodes  6 месяцев назад

    New ways:
    How to Create a Login Form in VB.NET using SQL Server Database and Visual Studio 2022? [Source Code]
    ruclips.net/video/KbqfPavmLKk/видео.html

  • @thomasschnell9932
    @thomasschnell9932 2 года назад +2

    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.

  • @psalmyjoygelacio6278
    @psalmyjoygelacio6278 3 года назад

    It worked...
    You got my subscribed..
    Keep it up

  • @reallifeempire4429
    @reallifeempire4429 3 года назад +1

    Thanks a lot
    This really helped me

  • @ScarChrome
    @ScarChrome Год назад

    Thank you so very much you've helped a lot

  • @mallikarjunyt4518
    @mallikarjunyt4518 2 года назад

    Thank you so much bro I made beautiful login form

  • @jhobanthat
    @jhobanthat 3 года назад

    This video helps me a lot.Thanks

  • @handsomeako4343
    @handsomeako4343 2 года назад

    Thank you very much you saved me!

  • @mdnazimuddin678
    @mdnazimuddin678 2 года назад

    Simple and excellent!!!

  • @salutinmarjoriedelacruz3718
    @salutinmarjoriedelacruz3718 Год назад

    THANK YOUUUU

  • @LordMpW
    @LordMpW 3 года назад

    Very good, well done!

  • @AnandKumar-fo8rb
    @AnandKumar-fo8rb 4 года назад

    Thank you connected successfully

  • @Divyakrishnankumar
    @Divyakrishnankumar 2 года назад +1

    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

  • @keepsmiling9882
    @keepsmiling9882 2 года назад

    Lub you bro

  • @sudiptodas7577
    @sudiptodas7577 3 года назад

    thanks alot sir thank you

  • @thomasschnell9932
    @thomasschnell9932 2 года назад

    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.

  • @shahg390
    @shahg390 3 года назад

    Can you please make a video to authenticate against active directory if the user is on domain. That will be great help.

  • @_AkshayAthavale
    @_AkshayAthavale 3 года назад

    For this videos i subscribe you thanks

    • @RunCodes
      @RunCodes  3 года назад

      You are most welcome 😊

  • @mohamedabdisalanali7752
    @mohamedabdisalanali7752 4 года назад

    Keep goin pro

  • @zerosixteen.4644
    @zerosixteen.4644 6 месяцев назад

    I got error in sda.Fill(dt) , currently I am using visual studio and 2024 SQL server.

    • @RunCodes
      @RunCodes  6 месяцев назад

      How to Create a Login Form in VB.NET using SQL Server Database and Visual Studio 2022? [Source Code]
      ruclips.net/video/KbqfPavmLKk/видео.html use this new technique

  • @Divyakrishnankumar
    @Divyakrishnankumar 2 года назад

    It says invalid object login.... Please help

  • @sportspoint-kb2qf
    @sportspoint-kb2qf Год назад

    why not login

  • @codeeasily1630
    @codeeasily1630 3 года назад +2

    sda.Fill(dt) error
    how to solve please explain

    • @RunCodes
      @RunCodes  3 года назад

      use latest visual studio!

    • @martynaustria4027
      @martynaustria4027 3 года назад

      Same error I installed visual studio 2019

  • @tobiojo3276
    @tobiojo3276 2 года назад

    Nice tutorial. link to download the sql server database

  • @sportspoint-kb2qf
    @sportspoint-kb2qf Год назад

    ❤❤🎉🎉

  • @jorgezumbado3495
    @jorgezumbado3495 3 года назад

    it says type 'SqlConnection' is not defined but I do the imports, also under references it (system.Data.SqlClient) is enabled.

  • @joshuaseballos3306
    @joshuaseballos3306 3 года назад

    I tried publishing it and sent it to other device for use, the register form i made with it crashed

    • @RunCodes
      @RunCodes  3 года назад

      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!

    • @joshuaseballos3306
      @joshuaseballos3306 3 года назад

      @@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 😄

  • @martynaustria4027
    @martynaustria4027 3 года назад

    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'.'

  • @14_mohandevipujak29
    @14_mohandevipujak29 3 года назад +1

    Sda.fill (dt) me error aa rahi hai

  • @MM-od3sg
    @MM-od3sg 3 года назад

    How to Encrypt the password during the login?

    • @RunCodes
      @RunCodes  3 года назад

      docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/language-features/strings/walkthrough-encrypting-and-decrypting-strings

  • @RunCodes
    @RunCodes  3 года назад +1

    do you like our work?
    does this tutorial help you?
    if so, you can support us at www.patreon.com/RunCodes

  • @peaceseeker7419
    @peaceseeker7419 Год назад

    Brother are u nepali

  • @dancelivandanej.8086
    @dancelivandanej.8086 3 года назад

    u lost me at sql server, i dont know where to go 3:20

    • @RunCodes
      @RunCodes  3 года назад

      open sql server you will see this window!

  • @pranavgaikwad.11
    @pranavgaikwad.11 4 года назад +1

    How to create signup form ?

    • @RunCodes
      @RunCodes  4 года назад +1

      ruclips.net/video/TEjyc0vYl6E/видео.html

    • @pranavgaikwad.11
      @pranavgaikwad.11 4 года назад

      @@RunCodes ya I got it ...😅 Searched in your videos ! Thanks for the support man 👍

  • @dhanajideshmukh3705
    @dhanajideshmukh3705 2 года назад

    SQL server konasa he

  • @mbstn6929
    @mbstn6929 3 года назад

    i get eror in sda.fill (dt)

    • @RunCodes
      @RunCodes  3 года назад +2

      Use latest IDE!

    • @mbstn6929
      @mbstn6929 3 года назад

      @@RunCodes Ty bro It Works fine now

    • @zerosixteen.4644
      @zerosixteen.4644 6 месяцев назад

      @@RunCodes does it need to have the same supported version in vb net and the sql server?

    • @RunCodes
      @RunCodes  6 месяцев назад

      @zerosixteen.4644 How to Create a Login Form in VB.NET using SQL Server Database and Visual Studio 2022? [Source Code]
      ruclips.net/video/KbqfPavmLKk/видео.html use this technique

  • @mostafabarzegar250
    @mostafabarzegar250 3 года назад

    (vb.net) i want open form 1 with key pressed 25 and open form 2 with key pressed 2 a in main form