asp.net multiple databases
asp.net multiple databases

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
This discussion has been closed.
Answers
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