The text of this article is not in this database — only its details are. Read it on the old site: How to: Easily Query a Database
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: How to: Easily Query a Database
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Felipe RamosPosted Feb 15, 2011, 8:50 AM
Abdur good article. My issue with iHOC queries is the potential for SQL Injection. If you are writing the query internally it is fine, but the moment you expose that functionality someone will try to brake it.
Sam HobbsPosted Feb 14, 2011, 4:54 AM
Using TableAdapters, the code equivalent to select_query is about three lines. Also, using TableAdapters, other code for procesing databases are often correspondingly small.