Page 1 of 1

Generate Oracle DLL from Entity Data Model

Posted: Mon 10 May 2010 09:04
by bolek75
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

Posted: Wed 12 May 2010 15:26
by AndreyR
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.

Posted: Mon 17 May 2010 07:03
by bolek75
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?

Posted: Tue 18 May 2010 14:57
by AndreyR
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