Generate Oracle DLL from Entity Data Model

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
bolek75
Posts: 16
Joined: Mon 10 May 2010 08:58

Generate Oracle DLL from Entity Data Model

Post by bolek75 » Mon 10 May 2010 09:04

Hi,

I downloaded the latest version of dotConnect for Oracle 5.60
I have an existing entity data model, I originally created from a sql server db. I ask myself, wheather it is possible to automatically create a DDL for m y Oracle 10g express based on the existing data model.
It would be nice to get some hints on this topic.

Cheers
bolek75

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 12 May 2010 15:26

Open the model in VS 2010, select the correct .tt code generation template, right-click the model
and choose Create Model from Database.
You will obtan the DDL script.

bolek75
Posts: 16
Joined: Mon 10 May 2010 08:58

Post by bolek75 » Mon 17 May 2010 07:03

AndreyR wrote:Open the model in VS 2010, select the correct .tt code generation template, right-click the model
and choose Create Model from Database.
You will obtan the DDL script.
Where do I get the correct generation template for the Oracle db from?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 18 May 2010 14:57

These templates are installed with the latest dotConnect for Oracle version.
Go to the Properties of your model and set DDL Generation to Devart SSDLToOracle.tt

Post Reply