How best to integrate existing database data into a content type

I have an existing database (SQL) with relational data (e.g. with various 1-n and mn relationships) that I would like to integrate into the Orchard CMS website. This database has dynamic ASP.NET data as an application for serving database data.

What I would like to do is integrate this information into Orchard, i.e. Use Orchard CMS to display information to users. In addition, I would like to use the Orchard concept to expand the type of content with additional functionality (for example, tagging, comments).

But: I'm struggling to find a better way to integrate this data without creating a complicated maintenance process (creating a piece of content in which I would have to specify the identifier of an element in my existing database).

Unfortunately, I did not find a single sample for what I would like to achieve ... Any suggestions?

+5
source share
1 answer

If you have an existing, complex database, it completely transfers it to the Orchard storage system, it will be a difficult process very ...

, Orchard ( db) .

, , SO - .

, , IRepository < > , , , .

+5

All Articles