Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had developed 1 application and now i want to use that application to my friend's PC. . Now i am confused regarding installation to 3rd party? Do i need to install Oracle in the 3rd party's Application, eg: Now the point is that do i need to install sql or oracle in his pc or not ?
If not than how can i run the application in his PC ?
Posted
Updated 8-Jan-13 3:56am
v2

Now the point is that do i need to install sql or oracle in his pc or not ?
Not necessarily. If you have your database hosted on some machine accessible, then all you need is correct connection string to talk to database - but, make sure you would need connectivity here.

If your application is a stand alone application that would not be connected to internet/intranet and needs to work offline all alone, you have to place the database on your friends system too along with the application.
Just to add, for such scenarios, having Oracle as backend is more of a problem.
 
Share this answer
 
If you want your friend to connect to the database on your PC - and he can connect, than you don't need to install the DBMS on his PC. Otherwise you will have to.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900