C# Application - How to create a Login Form with Access Database | FoxLearn

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

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

  • @sliceofdeathothers114
    @sliceofdeathothers114 7 лет назад +1

    I finally found this tutorial that have clear instructions and not too slow or too fast when speaking

    • @foxlearn
      @foxlearn  7 лет назад +1

      Thank you so much :)

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

    Good Tutorial, Keep up the good tutorial Thank you it really helped me alot

  • @hammouzinemeddour9034
    @hammouzinemeddour9034 7 лет назад

    thanks a lot, very good tutorial

  • @burntsushii
    @burntsushii 7 лет назад

    You are worthy of my subscribe!!!

    • @foxlearn
      @foxlearn  7 лет назад

      Thank you so much :)

  • @DISHA010193
    @DISHA010193 9 лет назад

    Thanks:)
    It worked for me..

    • @foxlearn
      @foxlearn  9 лет назад

      +disha teli Yeah, thanks

  • @carlosetotong5709
    @carlosetotong5709 9 лет назад

    i got it already . hehe
    thanks !

  • @siliciatuner8849
    @siliciatuner8849 7 лет назад

    you just saved my thesis

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

    What for the insert, update and delete by tableadaptor without datagrid

  • @lightspeed3274
    @lightspeed3274 7 лет назад

    can you please tell me how to make upper case and lower case sensitive? during log in

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

    Thans, it worked for me.
    But I want to know how to add username and password again?

  • @YanisHireche
    @YanisHireche 7 лет назад

    can we hide the Access folder but still make it work? thats what im trying to do!

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

    when i add a new user on access i don't find it on c# can u help me ?

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

    Hello sir, what is meaning of this" Microsoft.ACE.OLEDB.12.0' provider is not registered on local mechine.

  • @tariq4061
    @tariq4061 8 лет назад

    Pls make a video of linq to sql l user authentication

    • @foxlearn
      @foxlearn  8 лет назад

      OK. Thank you for your suggestion

  • @chris14324
    @chris14324 8 лет назад

    im having a problem here . the AppDataTableAdapters considered an error how can i fixed it?

    • @foxlearn
      @foxlearn  8 лет назад +1

      +christian jonard balais “cee jhay” Hi, You can try to delete all table in the dataset, then add all the table to dataset again. Thanks

  • @NotSlyther
    @NotSlyther 7 лет назад

    When ever i do AppDataTableAdapters.UsersTableAdapter user = new AppDataTableAdapters.UserTableAdapter();
    AppData.UsersDataTable dt = user.GetDataByUsernamePassword(txtUsername.Text, txtPassword.Text);
    if (dt.Rows.Count > 0) i get an error that says CS0019 C# Operator '>' cannot be applied to operands of type 'method group' and 'int' plss help

  • @RaihanNabawi
    @RaihanNabawi 7 лет назад

    it worked well, but i found a bug
    the bug is when you try to login with wrong password, it will say that "Your Username or Password is incorrect"
    but when you close the Message box and try to login with correct password, it will say again that "Your Username or Password is incorrect"
    how do i fix this case ?

  • @TWWizardOTWC
    @TWWizardOTWC 8 лет назад

    how do i do this if i am using asp.net as opposed to straight C#, thanks

    • @foxlearn
      @foxlearn  8 лет назад

      OK. Thank you for your suggestion. I'll make the tutorial soon

  • @geriearegawi5062
    @geriearegawi5062 9 лет назад

    Please could you show me how i can prepare report in C#

    • @foxlearn
      @foxlearn  9 лет назад

      +Gerie Aregawi Hi, I'll upload soon, thanks

  • @nurmagedov9843
    @nurmagedov9843 6 лет назад

    if i click login its can't show message box ,, how can i fixed this??

  • @Ownage4lif31
    @Ownage4lif31 8 лет назад +1

    How safe is this?
    Like if your application was cracked, will the people be able to see the dB details and stuff?
    Is this the best way to use Auth with forms?

    • @foxlearn
      @foxlearn  8 лет назад

      Hi, You can encrypt your password in the login table. thanks

    • @almightyeggdoggo2199
      @almightyeggdoggo2199 8 лет назад

      It says cannot start your application. The workgroup information file is missing or opened exclusively by another user

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

    I have 1 error and it says "No overload for method 'GetDataByUserNamePassword' takes 2 arguments."
    how do i fix this?

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

      You should create a method GetDataByUserNamePassword, please see again. I showed in the video

    • @zolotce5065
      @zolotce5065 8 месяцев назад

      @@foxlearn it says that it wasn't configured succesfully and couldn't generate

  • @arbertguanzon9391
    @arbertguanzon9391 6 лет назад

    is this had a user authentication ?

  • @carlosetotong5709
    @carlosetotong5709 9 лет назад

    i got error on appdata table adapter. how could i fix this ?

    • @foxlearn
      @foxlearn  9 лет назад +1

      +Carlo Setotong Hi, What error are you getting ? You can try to remove all tables and drag to dataset again. Thanks

  • @muhammadaleemkhan4011
    @muhammadaleemkhan4011 6 лет назад

    With this programm I am not able to login more then one user. Can you please explain it?

  • @PreciousNwalom-t5j
    @PreciousNwalom-t5j Год назад

    It's good but I'm having an error when I type "count"

  • @jonathanlinzey3398
    @jonathanlinzey3398 8 лет назад

    sorry man, I trying to put UserDataTable but this never been show

    • @foxlearn
      @foxlearn  8 лет назад

      +Jonathan Linzey Hi, It's name of tableadapter. Please remove the table in dataset and try to add again. Thank you !

  • @akashjain6657
    @akashjain6657 8 лет назад

    there is a exception "the method or operation is not implemented how to resolve

    • @foxlearn
      @foxlearn  8 лет назад +1

      +akash jain Hi, Please check your code again. You can send to me your code. I'll help you fix. Thanks

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

      @@foxlearn hello I'm getting this kind of error too...It runs but it always says
      "throw new NotImplementedException();"
      And it has an Red X icon on the side of ()
      How do i fix this?
      But i checked the codes there's no error at all but when i run it, it says The same

  • @miraraudhatuljannah
    @miraraudhatuljannah 7 лет назад

    the "you have successfully logged in" didnt come out

    • @miraraudhatuljannah
      @miraraudhatuljannah 7 лет назад

      when i click login button, it just make another pop-up forms

    • @miraraudhatuljannah
      @miraraudhatuljannah 7 лет назад

      what should i do?
      can you give me your code?
      miraraudhatuljannah98@gmail.com please

  • @hussamessmahi-9422
    @hussamessmahi-9422 4 года назад

    your voice is like a rebot eheheheheh

  • @Best1Leaks
    @Best1Leaks 8 лет назад

    Isn't Microsoft Access free?

    • @almightyeggdoggo2199
      @almightyeggdoggo2199 8 лет назад

      Its not.

    • @almightyeggdoggo2199
      @almightyeggdoggo2199 8 лет назад

      Its like 89 dollars, but you can buy office 2017/2016 subscription.
      It includes all the microsoft software including access

    • @foxlearn
      @foxlearn  8 лет назад

      Hi, Microsoft Access is not free, You need to buy from microsoft. Thanks

  • @johnryanjingco2207
    @johnryanjingco2207 7 лет назад

    why does it say "No value given for one or more required parameters"

  • @rvrb9320
    @rvrb9320 6 лет назад

    The Cake is a Lie

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

    The Line
    if (string.IsNullOrEmpty(emailBox1.Text))
    {
    MessageBox.Show("Please enter your Email", "Alert", MessageBoxButtons.OK, MessageBoxIcon.Warning);
    emailBox1.Focus();
    return;
    does not work for me, it takes me to the else statement and skips the if statement entirely
    else
    {
    MessageBox.Show("Your Email or Password is incorrect", "Message", MessageBoxButtons.OK, MessageBoxIcon.Information);
    }
    If I leave my email box blank and press login it would say "Your Email or Password is Incorrect" instead of "Please enter your Email"
    does anyone know how to fix this bug?

  • @rvrb9320
    @rvrb9320 6 лет назад +2

    The "KeyChar" thing doesn't work for me

    • @zolotce5065
      @zolotce5065 8 месяцев назад

      check did you apply it to right item for text box

    • @rvrb9320
      @rvrb9320 8 месяцев назад

      @@zolotce5065 Only took me 5 years for an answer, I appreciate it brother 🙏

  • @jexterpascua4224
    @jexterpascua4224 6 лет назад

    why my code did not recognize the UserDataTable?