Execute Pro*c application on client [message #165726] |
Fri, 31 March 2006 22:41 |
yan_can
Messages: 1 Registered: March 2006
|
Junior Member |
|
|
Hello All,
I have a pro* c application that executes properly on the database server.
We now want the certain users to execute the application at their PC(user are on the same LAN as the server).
the SQL net config is done on the client and the client can connect to the database.
But application does not execute, it give certain DLL's not found.
What are teh steps involved to generate a EXE from VC++, so that the EXE can be executed from client PC.
Thanks..
|
|
|
Re: Execute Pro*c application on client [message #169764 is a reply to message #165726] |
Fri, 28 April 2006 10:42 |
denis.flotat
Messages: 13 Registered: September 2005
|
Junior Member |
|
|
Each client that requires access to server needs to have SQLNET dll installed with your application.
You need to install CLIENT SQL NET software on each client (provided with Oracle installer) (no need to install DB engine !!!!).
Do not forget also to configure TNSNAMES.ORA file to connect to remote DB Server.
Have you checked if SQLNET library havec been linked (sqllib18.lib or ORASQL8.lib ....) ?
If DLL seems to be missing checkout if ORACLE_HOME configuration is correct (registry).
regards.
[Updated on: Fri, 28 April 2006 10:44] Report message to a moderator
|
|
|