Hi! I used the wizard to create a connection to a DB, and in the server explorer I can see my data connection. I would like to execute a command OldDbCommand, but I need to get the connection to the data. Do I have to create a new one every time I need to execute a command? Creating a new connection every time works, I already tried, but I was asking myself if the connection was already available somewhere.
Thanks for any answer!