Click here to Skip to main content
Licence 
First Posted 3 Oct 2006
Views 15,460
Bookmarked 10 times

A lightweight SQL wraper

By | 3 Oct 2006 | Article
This is a lightweight SQL wraper using VS2005

Introduction

This is a small wraper to simplify comunication with an SQL database, but to leave you in control at the same time. You can choose to use it with a default connection string so that you dont have to specify one, or you can specify one each time you call it. Another option would be to have a default connection and to specify another connection string only in specific cases; It's up to you. You can get typed or untyped datasets, return ID's for inserted rows, and use a datareader to get data which will automaticly be converted to a dataset for you. There is also a utility for converting datareaders into dataset. Functions that use a datareader start with 'DR_' functions that return an ID start with 'ID_'. It's fairly simple and strait forward, but also very handy for RAD. If you have any questions or feedback please feel free to leave me a comment or email me. Also, feel free to use this in any project you want to so long as I am not held responsible for any damages.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Polymorpher

Software Developer (Senior)
www.ruskin.com
United States United States

Member

PC Programmer/Analyst

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralNice Job Pinmemberbwthanatos20:16 9 Apr '07  
GeneralRe: Nice Job PinmemberPolymorpher15:53 10 Apr '07  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 3 Oct 2006
Article Copyright 2006 by Polymorpher
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid