OK,
In my main project, I added a new interface file. I called it DBInterface.vb. I then went into the file and did the following:
vb Code:
Public Interface DBInterface Function GetDatabaseConnectionString(ByVal DBConString As String) As String End Interface
I then went into the class library file and the screenshot shows the rest. I am not understanding this at all.




Reply With Quote