asp.net multiple databases

asp.net multiple databases

montoyammontoyam Posts: 568Questions: 136Answers: 5

I have the need to pull from a sql server and an oracle server in one project. Is it possible in Editor for asp.net to do this?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,611Questions: 1Answers: 10,089 Site admin
    Answer ✓

    No sorry. Our .NET server-side libraries will operate with a single Database type at a time only. You'd need to write the code in your ASP.NET project to retrieve the data from the two data servers rather than using our libraries for that.

    Allan

This discussion has been closed.