How To Get Data From Multiple Tables In C# Windows Form

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

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

  • @1_YAWMinds
    @1_YAWMinds Месяц назад +1

    Please, I need assistance in doing this, with two windows form interfaces in the same project. For instance, you have a student table and Reports table. Then, when you type the ID of the student in the report interface, automatically, the student's name appears

    • @ProgrammingGeek
      @ProgrammingGeek  Месяц назад

      It is very simple. create a view with joining two tables or join two tables in query. Thanks

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

    hello, very good tutorial, could you make more videos related to the linq to sql class, I saw it and it seemed to me a simpler way to access the database, than with the conventional way that was done before

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

      Sure i will. Please keep connected!! Thanks.

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

    thanks for all that

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

    subscribed ❣😍

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

    Hello, do you know how to get data from multiple table and display in html? using c#. Please do response if you know how to do it.

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

    what about 3 tables how i how i could join between them?

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

      You can join 3 / 2 or many table with the same process. Please keep connected!

  • @riteshgawade8140
    @riteshgawade8140 10 месяцев назад +1

    Too complex method 😢

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

      Thanks for your comment. This is linq. Some of activities need to do for connecting with SQL using linq.