Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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!

Posted

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

Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...