Hi Group,

I've create an Data Access Layer (DAL) project. In this project I have an cConnection class.

I then created a GUI project (with the webforms and stuff).
I then added the project DAL to my GUI project, thus:

Solution 'MyProject'
=> MyProject_GUI
(with webforms etc)
=> DAL
=> cConnection
Open()
Close()
State()
...


How can I connect to the cConnection class created in DAL.cConnection?

TIA,

VS