Hi,
The issue appears to be that your program can not initialise the connection to the database.
When you initialise the DRConnection class should you not be passing in your connection string? does the DRconnection class have a default string value? Do you have to call an open connection on the class or does it open as part of the new sub?
Maybe include some of your DRConnection source code?