Click here to Skip to main content
15,884,177 members
Articles / Programming Languages / Visual Basic

An Easy Way To Query a Database

Rate me:
Please Sign up or sign in to vote.
4.76/5 (9 votes)
14 Feb 2011CPOL 16.5K   3  
The following samples should take advantage of using statements and furthermore built in features of the ADO.NET framework. Furthermore, if you open a connection, make sure you open it at the latest time possible and close it as soon as possible.Edit: While I was originally not trying to...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Since I've begun my profession as a software developer, I've learned one important fact - change is inevitable. Requirements change, code changes, and life changes.

So..If you're not moving forward, you're moving backwards.

Comments and Discussions