Generating Source Code Code for SQL & Oracle Database

Posts   
 
    
Rishi
User
Posts: 69
Joined: 31-Oct-2011
# Posted on: 30-Nov-2011 21:06:14   

Hi,

I am using LLBLGEN 3.1 , Oracle 11i & SQL 2008

We are using oracle and sql server for our clients. I have created project in llblgen designer, and mapped oracle and sql database into it. I want to generate code now so i can write little code to point to correct database. Which adapter i need to choose while generating code to achieve this? Do i need to generate code twice, one for oracle and sql?

Please guide me how i can do this...

Thanks

Rishi

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 01-Dec-2011 04:34:11   

In templateset select "Adapter", then if you click Generate, you will end up with two DBSpecific projects and one DBGeneric project. Pay attention to the connection string key in app.config generated into the DBSpecific projects to know what connections keys to use in your real app.

David Elizondo | LLBLGen Support Team