lorena Posted October 7, 2004 Posted October 7, 2004 We are in the process of migrating our production database (Oracle 10) to a Linux server. I understand that we cannot install the Microsoft .Net framework on the Linux server. Is it possible to access the database using ADO.Net to build VB.Net and ASP.Net apps? If so, how? I have not been able to find any information on this. Maybe I am not the Googler I thought myself to be. Any help is appreciated! Quote
sizer Posted October 7, 2004 Posted October 7, 2004 actually there is framework for linux :):) check this site http://www.mono-project.com/about/index.html Quote Some people are wise and some are other-wise.
lorena Posted October 7, 2004 Author Posted October 7, 2004 actually there is framework for linux :):) check this site http://www.mono-project.com/about/index.html Thanks very much. I will check that out. Quote
kejpa Posted October 8, 2004 Posted October 8, 2004 As long as you're not executing any code on the database server it's rather irrelevant what OS it runs on. You connect to the database and you don't have to know anything apart from how to do that. /Kejpa Quote
lorena Posted October 8, 2004 Author Posted October 8, 2004 As long as you're not executing any code on the database server it's rather irrelevant what OS it runs on. You connect to the database and you don't have to know anything apart from how to do that. /Kejpa Yes, I was confused about where the .NET needed to be installed. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.