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

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 63

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

  • @burntsushii
    @burntsushii 7 років тому

    You are worthy of my subscribe!!!

    • @foxlearn
      @foxlearn  7 років тому

      Thank you so much :)

  • @hammouzinemeddour9034
    @hammouzinemeddour9034 7 років тому

    thanks a lot, very good tutorial

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

    • @foxlearn
      @foxlearn  7 років тому

      You're welcome :)

  • @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 ?

  • @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?

  • @arbertguanzon9391
    @arbertguanzon9391 6 років тому

    is this had a user authentication ?

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

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

  • @samiullahafd3719
    @samiullahafd3719 3 роки тому

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

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

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

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

  • @tariq4061
    @tariq4061 8 років тому

    Pls make a video of linq to sql l user authentication

    • @foxlearn
      @foxlearn  8 років тому

      OK. Thank you for your suggestion

  • @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 ?

  • @muhammadaleemkhan4011
    @muhammadaleemkhan4011 6 років тому

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

  • @nurmagedov9843
    @nurmagedov9843 6 років тому

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

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

  • @jonathanlinzey3398
    @jonathanlinzey3398 9 років тому

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

    • @foxlearn
      @foxlearn  9 років тому

      +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

  • @PreciousNwalom-t5j
    @PreciousNwalom-t5j Рік тому

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

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

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

  • @hussamessmahi-9422
    @hussamessmahi-9422 4 роки тому

    your voice is like a rebot eheheheheh

  • @johnryanjingco2207
    @johnryanjingco2207 7 років тому

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

  • @rvrb9320
    @rvrb9320 6 років тому

    The Cake is a Lie

  • @iflookscould
    @iflookscould 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?