DataAccessAdapter

Posts   
 
    
Posts: 10
Joined: 06-Aug-2009
# Posted on: 22-Dec-2009 19:50:05   

I am not quite sure why this is occurring, but I am unable to resolve the object DataAccessAdapter. The only thing I see close to it is IDataAccessAdapter and DataAccessAdapterBase. Whenever I try this:

using(DataAccessAdapter adapter = new DataAccessAdapter()) { ... }

I get the error that I am unable to resolve the symbol DataAccessAdapter. I have the reference to the ORM support classes and when I generate I have adapter chosen rather than self servicing. In the object explorer I don't even see the DataAccessAdapter class contained within the ORMSupport classes object.

All the examples use the above syntax however, so I am at a loss. Could someone please advise?

Thanks, Josh

Posts: 10
Joined: 06-Aug-2009
# Posted on: 22-Dec-2009 20:21:52   

This was because I didn't include the DatabaseSpecific project. I didn't realize this as I must have missed the need for it in the documentation. One of the examples showed me.

Thanks.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 23-Dec-2009 05:43:22   

Good you figured it out wink

David Elizondo | LLBLGen Support Team