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.
Good job
sir keep making more videos for this series, you explain really well 😄
Thank you, I will
if we use while and for loop in place of for each loop
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.
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