Hi,
I created project recently. I created my connection on startup with the connection string. Originally I thought you have to use connection.open each time you wanted to fill a dataadapter and dataset. But, I found a couple of spots that I forgot to use connection.open before filling them and it worked anyway. My question is, when do you have to use connection.open?
Thanks