Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Qamar Ali 31 posts 161 karma points
    Aug 29, 2018 @ 13:46
    Qamar Ali
    0

    Can Umbraco be integrated with any third party data ?

    Hello, I want to use Umbraco to built a website. I know that while installing umbraco and getting started with it, we have to create a site database. But I on my website, I want to display data that is coming from a separate database. For example, on my website I want to create a search directory that is searching for data that user entered from a separate database than the site database. How do I achieve this regardless of any starter kit I use ?

  • Dave Woestenborghs 3325 posts 11170 karma points MVP 5x admin c-trib
    Aug 29, 2018 @ 14:48
    Dave Woestenborghs
    100

    Hi Qamar,

    You will of course add a extra connectionstring to your web.config pointing to your database.

    Then you are completely free on how you get that data in your website. You can use Entity Framework, Nhibernate, PetaPoco (which is part of Umbraco) or just plain old ADO to connect to your database.

    Dave

  • Qamar Ali 31 posts 161 karma points
    Aug 29, 2018 @ 14:53
    Qamar Ali
    0

    Thanks alot for your help

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies