A simple question

Posts   
 
    
SamRose
User
Posts: 20
Joined: 24-Jun-2008
# Posted on: 04-Nov-2008 11:34:38   

Hello all,

I know that there is going to be a simple answer but I can't find it anywhere.

I'm trying to reference the DataAccessLayer, i.e.

Dim adapter As New DataAccessAdapter()

but I can't find where this is created from.

I'm using Adapter template group and the SD.Preset.Adapter.General2005 for the preset.

I'm sure theres any easy imports somewhere.

Thanks

Sam

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 04-Nov-2008 11:41:25   

You should be referencing the DBSpecific generated project And then you should find it in the following namespace: <root namespace>.DatabaseSpecific

SamRose
User
Posts: 20
Joined: 24-Jun-2008
# Posted on: 04-Nov-2008 11:49:27   

Thats what I thought, but I can't reference it.

I'm guessing I'm missing something when I generate the project through llblgen

'DatabaseSpecific' is not a member of 'Database'. ---Which is my root namespace

Edit

Ignore me :-)