VB.NET Tutorial - Insert Update Delete Data in Database from DataGridView | FoxLearn

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

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

  • @NoakMans
    @NoakMans 4 месяца назад

    Thank you very much for this tutorial because it provides useful knowledge

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

    Thanks very much !!!!!!!!!!!!!!

  • @danj7348
    @danj7348 4 года назад +2

    The message for delete is a little ambiguous:
    "Delete this record" -> only this one
    "Delete these records" -> several
    Especially with delete, its good to be clear unless you want too keep your users on edge ... ;)

  • @Jorge34909
    @Jorge34909 4 года назад +3

    Why all these tutorials have just one table? What about relationships? A nice menu to change tables?
    Also.. is it possible to view all tables one at a time with a DataGridView on just 1 form?
    Apreciate the content!

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

      OK. Thank you for your suggestion. I'll upload soon !

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

      @@foxlearn Thanks :) Appreciate you!

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

      @@foxlearn Also when inserting, updating and removing you could use try catch and show the exception trown on a MsgBox

    • @rushmoore.valorant
      @rushmoore.valorant 2 года назад

      @@foxlearn Where's the tutorial when dealing with 2 or more tables having relationship?

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

    Hi, how does it works in Visual Studio 2022?

  • @joves100
    @joves100 5 лет назад

    i really appreciated of your tutorial thanks a lot..

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

    Hello I have question for update option, if possible to update the primary key because I having typographical error in the primary key.

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

    Thank you very much for your kindness.....I need some more information

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

    Love this!

  • @MrVishnu123456789
    @MrVishnu123456789 5 лет назад +1

    Hello I have one question,
    For delete option you choose "dim name as string......"
    Incase there is have two similar name but position all things are different
    But if you delete one name it will delete all similar name.
    How to avoid this issue

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

    I've hit a problem. db.new_table.load() throws an error 'load isn't a member of 'system.data.entity.dbset(of Parcelmanagement.new_table)' new_table is the name of my table and parcelmanagement2 is the name of my application. Can you help? This is my first attempt using entity framework

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

      I discovered the problem and solution. Thanks for a great tutorial. Now, can you tell me how to filter the data with a where statement

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

      You had to install the entity Framework? Tell us the solution pls

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

      @@trevorparnham Please tell us what to do...

  • @abouilyas9656
    @abouilyas9656 5 лет назад

    thanks bro
    good job

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

      Thank you so much !

  • @rushmoore.valorant
    @rushmoore.valorant 2 года назад

    how to populate the data into datagridview if the table has foreign-key on it?

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

    How the data is getting manipulated in the textboxes when we click on any row element? Is there any click method/event?

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

      i think it's because of the binding source that can be done through the text boxes' properties at 9:57

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

    why do i have an error in the button save? they said savechanges() is not part of the binding source?

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

    how to add access data base ??? what you took about is only sql server

  • @myfirstladycateringservice6529
    @myfirstladycateringservice6529 Год назад +1

    Am confused where is the db from

  • @harshithaharshi3337
    @harshithaharshi3337 5 лет назад +1

    What do you mean by Northwind entities

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

      Northwind entities is model, you can create an entity framework model, then select northwind database, enter your model name is Northwind

  • @Chess_Improvement
    @Chess_Improvement 5 лет назад

    thank you , i need to know how to use 2 DataGridview and filter the second one using the selected item from the first one
    example:"select a customer from the 1st datagrid and filter the second to see only his orders"

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

    very great work can you please tell me which tool you use for background voice ?????

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

      youtube library

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

      ​@@foxlearn​ sir i am telling about the start up voice of a girl is this is a tool or its your voice ???

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

    How to run it like a software? I mean , I want to click an icon and the page will open without any coding window.

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

      Build and get the .exe from source

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

    Seguí los pasos y funciona, pero si necesito agregar una Data Grid mas, dependiente del primero (Maestro-->Detalle) como quedaría el código?

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

      is it the same as order and orderdetail ?

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

      @@foxlearn yes the same!!!!

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

    good

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

    HI, if Textbox1 * Textbox2=Textbox3 then textbox3 answer frist digit on label1,answer second digit on label2, on vb. net plz help me???
    i m waiting your ans.
    plz send this method coding

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

      You should create property, for example a=b*c, then binding data to textbox

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

      @@foxlearn binding data spilt on maximum labels

  • @samsudeens7372
    @samsudeens7372 5 лет назад

    How to insert update delete data from multiple table in datagridview. Showing multiple table values in datagridview

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

      OK. Thank you for your suggestion !

  • @samsudeens7372
    @samsudeens7372 5 лет назад +1

    Video for database relationship.

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

      OK. Thank you !

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

    Is it also deleted inside of database?

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

    Is there a way to save images?

  • @bengislason8843
    @bengislason8843 5 лет назад

    Is it just me or does this video have nothing to do with SQL or database? All I see if setting up a bunch of form entries...

  • @Foodlove1680
    @Foodlove1680 5 лет назад

    Can you make it with Java?

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

      Thank you for your suggestion !

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

    Salve, uso da tempo vb6, da circa 2 anni sono passato a visual studio 2019 e non con molti problemi , ora tutti fila liscio.
    In questi giorni cercavo in rete qualche esempio chiaro ,di come trattare un data base sql, per l’appunto mai fatto per svariati motivi…ora vorrei fare un programma personale co data base sql per archiviare tutti i componeti elettronici che ho a casa e ricercarli anche da remoto..
    Quindi creare un data base sql che sia residente su un server ..locale o remoto non importa.
    Sinceramente no so da dove iniziare ,potreste darmi un aiutino anche formando solo una tabella anagrafica, e per capire come proseguire
    Grazie infinitamente
    Francesco Strano anni 67

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

      Secondo te ti risponde ? In italiano poi ? ... Mah

  • @yaekai1437
    @yaekai1437 5 лет назад

    Hey, can i have the .sln please ?

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

    What is this northwindentities?

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

    How to add image?

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

    9:03

  • @AhmadDbs-g8p
    @AhmadDbs-g8p 9 месяцев назад

    hello,thank you ,how i can contact you