This is a migrated thread and some comments may be shown as answers.

Creating database on the fly

1 Answer 47 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Chris
Top achievements
Rank 1
Chris asked on 03 Dec 2011, 01:53 AM
I have a project I'm doing that requires me to use a db like sqlite or sql ce. In the entity framework, there is a feature where you can define a model and then create the database on the fly. Is there something similar in OpenAccess?

The reason I ask is that I might be installing this service on many machines and I'll need to create the database file on first start-up.

1 Answer, 1 is accepted

Sort by
0
Ivailo
Telerik team
answered on 07 Dec 2011, 12:50 PM
Hello Chris,

You have this option with Telerik OpenAccess ORM as well.

You can create your model mapping through the code-only approach. Then, create your database using the functionality described in this blog post.

Do not hesitate to get back to us if you need any further assistance or you have other questions.

Kind regards,
Ivailo
the Telerik team
Want to use Telerik OpenAccess with SQL Azure? Download the trial version today. 
Tags
Data Access Free Edition
Asked by
Chris
Top achievements
Rank 1
Answers by
Ivailo
Telerik team
Share this question
or