#visualstudio

  1. Automation23

    Resolved Establishing database connection with a using statement c#

    Hello everyone! I have two separate methods that open the connection and close it. But I need to implement a using statement. How can I establish the connection with a ‘using’ statement, so then I can implement database methods, validate the results, and then close/dispose the connection...
Back
Top Bottom