Results 1 to 3 of 3

Thread: Reference DAL?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Horst
    Posts
    262

    Reference DAL?

    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

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You need to add a reference to the DAL project from the Web project.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Horst
    Posts
    262

    SOLVED

    DOH!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width