http://www.brentozar.com/archive/2009/09/whats-on-my-bookshelf/
try { DBConn.Open(); // Do some other interesting work } catch (Exception ex) { // Handle exceptions } finally { // Close the connection if (DBConn != null) DBConn.Close(); }
try { DBConn.Open(); // Do some other interesting work } catch (Exception ex) { // Handle exceptions } finally { // Close the connection if (DBConn != null) DBConn.Close(); }
Book Content Copyright © 2009 by Prentice Hall PTR. All rights reserved. | Corporate Sponsor DataDirect Technologies.