Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I'm have juste fineshed working on c# appliction (Library mangement) and it work fine in My PC but the problem when i excuted on other machine it dont work because the Oracle DB that I used in my Pc it didn't existe on other Pc. So Please how to integrate this DB on my appliction so i can used on any other PC.
Posted
Comments
Wonde Tadesse 15-May-11 11:30am    
How did you connect the oracle database in your machine ?

You didn't provided how you connect to oracle database. Here are list of different
Oracle Connection strings[^] that you may have to try them.

I hope this will help you well.
 
Share this answer
 
Comments
chlebta 15-May-11 11:24am    
My application work so fine on my machine because it can connect to the DB that i hade on it.
You basically need to centralize your DB and then connect to it from any machine. One way to do this would be to set up an ODBC connection on every client which needs to access the database. See here[^] for a more detailed explanation on how to do this.
 
Share this answer
 
Comments
chlebta 15-May-11 11:26am    
look my application work so fine. and i want to integrate this DB on the application so i can used on anny other PC without installing oracle, (Poratble application)

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