Click to See Complete Forum and Search --> : Oracle
shridhark
July 19th, 2001, 06:55 AM
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 !!
Kunwar Gadhok
July 19th, 2001, 08:45 AM
What do you mean by Showing it to other system ??
Please elaborate your problem.
shridhark
July 19th, 2001, 11:10 PM
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?
uni
July 19th, 2001, 11:17 PM
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.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.