I've written a application which access Oracle database through ODBC. I compiled that application and found worked fine. Then i copied that entire project into another system and tried to recompile the project there. It compiled fine. But when i executed the application it throw the Oracle connectivity box each time when i try to access the database. At the same time if I run the EXE that created in my system on that target system it works fine. Upto my knowledge there is no configuration difference between these two systems. Can you help be to fix this problem ? Thanks.
- Ilango