The app connects to the Oracle DB directly, extracts data and makes it into an Excel file. The problem is it works only on the PC on with it was elaborated. Trying to use the project on other PCs throws errors of processor incompatibility, incorrect pathing to Oracle dll and what not.
Is there a way to make the app's connection to Oracle portable? To have all the necessary what nots in the project, without the need to configure it each time to every PC specifically?
If not, any other solutions?
Say: I could try making a web page on the server with the same functionality.