classes

Database Connection Through VBScript Classes Part 1

Are you tired of writing the code to connect to a database over and over again? I’ve grown very tired of it. I decided it was time to build a reusable class to hook up the connection and recordset objects I use in almost all of my projects. The concept I came to love is a VBScript class. Here is the code for the class. Class DataBaseFunctions ' Declare variables to have public...

Read More