Provides a set of tools for creating and using an ado connection
Assumes
This is a class module, you will need to include it in your project and then dim it as a DBCon.
Example:
dim dbConnection as dbCon
set dbConnection = new dbcon
with that you are ready to open your ado conneciton.
This does require that you have the latest mdac from microsoft and you will have to have it refrenced in your project to take advantage of ADO.