#5 Data Adapter and Data set in ADO.net | CSE Simplified Sagu Amit |

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

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

  • @salmanfarooq2080
    @salmanfarooq2080 7 หลายเดือนก่อน +1

    Good job

  • @introvertsenpai9968
    @introvertsenpai9968 7 หลายเดือนก่อน +1

    sir keep making more videos for this series, you explain really well 😄

  • @MrutyunjayaAgasty
    @MrutyunjayaAgasty 2 หลายเดือนก่อน

    if we use while and for loop in place of for each loop

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

    Thanks for the playlist.
    Kinldy, tell me that when we copy the table in the dataset, then why not we close the connection using close() method.
    And if we close the connection, we must have to open it again when we want to update our data from the dataset. Kindly answer this.

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

      Yes , it is good practice to close the connection after copying the table, and we have to open connection again to reflect the data in the database