Quantcast
Channel: SQL Azure – The CodeFluent Entities Blog
Viewing all articles
Browse latest Browse all 15

Multi-Database Support with CodeFluent Entities

$
0
0

CodeFluent Entities provides several producer allowing you to generate your persistence layer on several database engines:

  • SQL Server 2000 (*), 2005, 2008, 2008 R2
  • Oracle Database 10g, 11g
  • SQL Azure

(*) SQL Server 2000 is supported but deprecated: we fix reported bugs for existing applications, but we don’t add any features to it any more.

Another key point is that the Business Object Model (BOM) generated by the BOM Producer is completely independent from the used persistence layer whilst remaining the same: you can plug the same BOM at run time on all your generated databases, provided they are all up-to-date.

 

Using CodeFluent Entities you can also create your model from an existing database. You can import a model from the following database systems:

  • Microsoft SQL Server
  • Microsoft SQL Server CE
  • Microsoft Access
  • Oracle Database
  • OLEDB

We’re also proud to announce that the next build will also provide a beta version of a MySQL database importer :)



Viewing all articles
Browse latest Browse all 15

Trending Articles