Simple Oracle example

Posts   
 
    
Slowhand
User
Posts: 96
Joined: 07-Mar-2006
# Posted on: 07-Mar-2006 11:34:15   

Hello, I´m looking for a simple OracleExample to test LLBLGen. In the "How do I" section I found nothing that runs in a few minutes:

// C# CustomerCollection allCustomers = new CustomerCollection(); allCustomers.GetMulti(null);

I´ve already created a new LLBLGen Project (incl. the Connection to Oracle) and have added it to simple WinApp Project - compiling OK !

What I need is a only a very simple example where I can get Data from a Oracle database table.

I don´t understand this example: // C# CustomerCollection allCustomers = new CustomerCollection(); allCustomers.GetMulti(null); I can´t find the function GetMulti in LLBLGEN generated code ...

We are testing several ObjectMappers for our new Application.

Can you help me please ?

Best regards Slowhand

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39798
Joined: 17-Aug-2003
# Posted on: 07-Mar-2006 20:21:24   

You've selected Adapter in the top dropdown box in the code generator configuration, I think. Try SelfServicing, general or SelfServicing two-class scenario instead simple_smile

Frans Bouma | Lead developer LLBLGen Pro