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.
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