I have built a VB project (.exe) with Oracle DB in my system. How can I show this project in other system. Means how to call this database to other system. I have also used ODBC (DSN) for this project.
Please help !!
Printable View
I have built a VB project (.exe) with Oracle DB in my system. How can I show this project in other system. Means how to call this database to other system. I have also used ODBC (DSN) for this project.
Please help !!
What do you mean by Showing it to other system ??
Please elaborate your problem.
Thanks for u'r reply
we have devloped a VB Projecct using Oracle as
database(back-end).This project is working in my system.But if we are running the same in another system, it's giving the error. Because the data is not there in that System(Where i am running).How to bring the data(all the table which i created using Oracle) to another System?
If you are using ODBC to connect to your DB, then you need create a new ODBC connection on each system (or pc), other the application will not be able to access the tables.
Hope this helps.
uni.