Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / OpenAccess ORM > OpenAccess ORM Free Edition > Creating database on the fly

Not answered Creating database on the fly

Feed from this thread
  • Chris avatar

    Posted on Dec 2, 2011 (permalink)

    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.

    Reply

  • Ivailo Ivailo admin's avatar

    Posted on Dec 7, 2011 (permalink)

    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. 

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / OpenAccess ORM > OpenAccess ORM Free Edition > Creating database on the fly