Hi Frans.
I have used selfserv for some time now and i am very cumfortable with it. Today i thought that i will try LLBLGen from another angle, Adapter.
I generated the code and thought that i will start to look at "DatabaseSpecific".
The Help manual had the following example.
Dim adapter As New DataAccessAdapter()
Dim customer As New CustomerEntity("CHOPS")
adapter.FetchEntity(customer)
Now my problem.
(Sure i am missing something...)
I don't understand where the entity comes from in the example as my project only generated a handfull of classes.
- ActionProcedures
- DataAccessAdapter
- PersistenceInfoFactory
- RetrievalProcedures
- TypeDefaultValue
Thanks Wayne