MySQL database WinForms CRUD Demo. (CREATE,READ,SELECT,UPDATE,DELETE) | C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 95

  • @osimport9274
    @osimport9274 2 ปีที่แล้ว +10

    It would feel better if the music was replaced by your narration.

  • @zorojuro5132
    @zorojuro5132 2 ปีที่แล้ว +3

    what a wonderful code.. that is the best cleaner code with the class.. thanks a lot for this tutorial.. wish you always success broo.. In Syaah Allah success

  • @guipereira14
    @guipereira14 2 ปีที่แล้ว +2

    Thank you so much i need this for my professional aptitude test. helped me a lot

    • @Redstrawberry0621
      @Redstrawberry0621 2 ปีที่แล้ว +1

      Can you please help me, I having this error after inserting a data. "Column count doesn't Match at row 1". Thank you

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว

      Great to hear!

  • @sathys6839
    @sathys6839 3 ปีที่แล้ว +5

    Thanks a lot, you saved my life !!

  • @AlexAlex-s2b
    @AlexAlex-s2b ปีที่แล้ว

    Hi bro. Please advice how to manage the connection to MySQL if ssh needed.

  • @edvinparmeza1298
    @edvinparmeza1298 2 ปีที่แล้ว +1

    When I try to add a new student, it shows the error:
    Student not inserted.
    Column "Name" cannot be null

    • @Jeffrey-uw8un
      @Jeffrey-uw8un 2 ปีที่แล้ว

      does the column of your sql and the variable you want to define matches?

  • @madelynclineily
    @madelynclineily 2 ปีที่แล้ว

    this music goes crazy ty for the choice!

  • @eugenegarces4017
    @eugenegarces4017 2 ปีที่แล้ว +2

    hi sir, im having problems on 36:11 the tbl in adp.Fill(tbl); is having an error

    • @omarmahmood4209
      @omarmahmood4209 2 ปีที่แล้ว

      post the error as well

    • @eugenegarces4017
      @eugenegarces4017 2 ปีที่แล้ว

      @@omarmahmood4209 'System.Windows.Forms.DataGridTableStyle' to 'System.Data.DataSet' Hotel Booking Information C:\Users\User\source
      epos\Hotel Booking Information\DbCustomer.cs 100 Active
      Severity Code Description Project File Line Suppression State
      Error CS0029 Cannot implicitly convert type 'System.Data.DataTable' to 'System.Windows.Forms.DataGridTableStyle' Hotel Booking Information C:\Users\User\source
      epos\Hotel Booking Information\DbCustomer.cs 99 Active

    • @Llamamoss
      @Llamamoss 2 ปีที่แล้ว

      @@omarmahmood4209 i'm having the same error i believe he is refering to it not being mentioned in the current context (code:CS0103)

    • @rellaxshala4189
      @rellaxshala4189 2 ปีที่แล้ว

      I have problems too on that part

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว

      Download Source Code: mahmar.gumroad.com/l/mysqlcrudoperation

  • @frankalvarez7513
    @frankalvarez7513 2 ปีที่แล้ว +1

    This is awesome! TY so much for putting in the time!

  • @2agroup_gr
    @2agroup_gr 3 ปีที่แล้ว +5

    This is the greatest Crud tutorial I found that also works! Could you help me and explain how/why e.ColumnIndex is 0 for edit and 1 for delete? Thanks in advance.

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว +1

      Thanks. 0 and 1 is column index of datagridview when user click on this column then accordingly operation is performed.

  • @abdulqahar9852
    @abdulqahar9852 ปีที่แล้ว

    how to insert and update data in just one button(save) in C# // I need some help

  • @aymenjarray4726
    @aymenjarray4726 3 ปีที่แล้ว +2

    Problème en adp. Fill(tbl)
    Please help me please 🙏🙏🙏

  • @croanna_
    @croanna_ 2 ปีที่แล้ว

    Can you explain why do we have to use _parent? Thanks

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว

      This is because I called Parent Form from Child Form for data updation in datagridview.

  • @sherwintayo1286
    @sherwintayo1286 ปีที่แล้ว

    can you create this kind of crud but in sql server

  • @amnah8532
    @amnah8532 3 ปีที่แล้ว +1

    getting an error at 35:35 the DataTable u added, I don't get it in my list

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  3 ปีที่แล้ว +1

      DataTable is a class within the System.Data namespace. Try to change your using to just System.Data
      using System.Data;

    • @michaelvolchok4094
      @michaelvolchok4094 3 ปีที่แล้ว

      You can add to string sql "...; SSL Mode=None" that worked for me

    • @Redstrawberry0621
      @Redstrawberry0621 2 ปีที่แล้ว

      Why I am getting fatal error during the command execution after inserting data?

  • @sasinduavishka8924
    @sasinduavishka8924 2 ปีที่แล้ว

    Perfect video. Everything is very clear

  • @yasermahfouz6263
    @yasermahfouz6263 3 ปีที่แล้ว

    crystal cant print and give me that message method not found void system run time inter op services marshal structure to pt

  • @gaurav.69420
    @gaurav.69420 3 ปีที่แล้ว

    30:34 Error on con.Close();

  • @nujinco
    @nujinco ปีที่แล้ว

    Thank you! I'm trying to work with C# again and this helped me :)

  • @croanna_
    @croanna_ 2 ปีที่แล้ว

    What means Cells[2] at 50:28?

    • @croanna_
      @croanna_ 2 ปีที่แล้ว

      Other than that - great tutorial, everything works :)

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว

      Thanks

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว

      Basically, Cell[2] value is Primary Key. I used this Key to update and delete record from database.

  • @zorojuro5132
    @zorojuro5132 2 ปีที่แล้ว

    can you help me please ?
    i got error in edit button.. i can't find form id and the other in edit button

  • @rajiconsolutions
    @rajiconsolutions 3 ปีที่แล้ว

    Very good tutorial with class module.

  • @Shicomogs
    @Shicomogs ปีที่แล้ว

    done until 12:50

  • @islamraouf1856
    @islamraouf1856 3 ปีที่แล้ว +1

    So interesting and valuable, thanks...

  • @loal
    @loal 3 ปีที่แล้ว +1

    Have a problem, when I use the "Edit buttom", and after that I use the "New buttom" still having the text about editing the student

    • @kumaresha3348
      @kumaresha3348 3 ปีที่แล้ว

      I have the same issue. Please help.

  • @kayathri.v1399
    @kayathri.v1399 2 ปีที่แล้ว +1

    Pls share the source code

  • @sarimmuzaffar6783
    @sarimmuzaffar6783 3 ปีที่แล้ว

    Hi how r u?
    I really need your help.
    I am stuck in the data inserting part of my project.

  • @_PhamBachMinhTri
    @_PhamBachMinhTri 2 ปีที่แล้ว

    This vid helped me a lot. By the way, can i have the music name ?

  • @lwe2473
    @lwe2473 ปีที่แล้ว

    Great tutorial, thank you

  • @GLCLearningCenter
    @GLCLearningCenter 9 หลายเดือนก่อน

    Thank You Master

  • @bkprid3
    @bkprid3 2 ปีที่แล้ว

    Try to click the header of Edit, you will see an error

    • @daoyaj08
      @daoyaj08 2 ปีที่แล้ว

      I noticed that too. I found that if(e.ColumnIndex == 0 || e.RowIndex == -1) solve the issue.

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว

      @Dee Kha Thanks

  • @nextsgat7065
    @nextsgat7065 3 ปีที่แล้ว

    New you would come back there 58:18

  • @rinchara1562
    @rinchara1562 3 ปีที่แล้ว

    Hi I need a help.

  • @Redstrawberry0621
    @Redstrawberry0621 2 ปีที่แล้ว +1

    Thank you for this tutorial🤩

    • @Redstrawberry0621
      @Redstrawberry0621 2 ปีที่แล้ว +1

      I am having now an error, " FormStudent Clear() is inaccessible due to its protection level. Plsss help me

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว +1

      You’re welcome 😊

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว +1

      Download Source Code: mahmar.gumroad.com/l/mysqlcrudoperation

  • @muananathanaelbenandersonr4803
    @muananathanaelbenandersonr4803 ปีที่แล้ว

    What is Reg?

  • @SatyaPrakash-xs6ps
    @SatyaPrakash-xs6ps 3 ปีที่แล้ว

    Facing problems with dbstudent code

    • @fahmiriza6398
      @fahmiriza6398 3 ปีที่แล้ว

      you can add: using MySql.Data.MySqlClient

    • @amnah8532
      @amnah8532 3 ปีที่แล้ว

      @@fahmiriza6398 still having error

  • @sina-zr
    @sina-zr 2 ปีที่แล้ว

    It Doesn't Work
    You should have explained about your codes
    and there is no source code?

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว

      Download Source Code: mahmar.gumroad.com/l/mysqlcrudoperation

  • @sasinduavishka8924
    @sasinduavishka8924 2 ปีที่แล้ว

    Thank you very much.

  • @momo23000ful
    @momo23000ful 2 ปีที่แล้ว

    Nice, thank u

  • @BOSS-uh1hq
    @BOSS-uh1hq ปีที่แล้ว

    Cảm ơn. MODERN DESIGN

  • @aymenjarray4726
    @aymenjarray4726 3 ปีที่แล้ว

    muhammed help me please

  • @fabianperez8729
    @fabianperez8729 2 ปีที่แล้ว

    Alguien en español? Que me explique please

  • @danicatalon6310
    @danicatalon6310 2 ปีที่แล้ว +1

    Meron ako neto whole file

  • @McCallumClips
    @McCallumClips 3 ปีที่แล้ว +1

    No narration? No thanks.

  • @MatteiruDesu_
    @MatteiruDesu_ 7 หลายเดือนก่อน

    why id cells is [2] bro?

  • @delgajohn3089
    @delgajohn3089 2 ปีที่แล้ว

    hi dm me please i purchased your project

    • @ahshamuyarira8357
      @ahshamuyarira8357 2 ปีที่แล้ว

      hi

    • @CSHARPMODERNDESIGN
      @CSHARPMODERNDESIGN  2 ปีที่แล้ว

      Thanks

    • @3dsbros64
      @3dsbros64 2 ปีที่แล้ว

      My advice is that you didn't spend your money on these type of projects. They are relatively easy and if your intent is to share your client application, your database is likely to be compromised using this method.

    • @arwamukhi255
      @arwamukhi255 ปีที่แล้ว

      hi, pleaseeeeeeeee share the code. i am in ire need of it