Hi ,
I'm using oracle 10g and vc++ 8 .Net 2005. Can anyone help me out in loading oraocci10.dll dynamically.
when applcation run that time "This application has failed to start because oraocci10.dll was not found.
Re-installing the application may fix this problem." popup display.
I also copy oraocci10.dll ,oci.dll,oraocci10.lib,oci.lib file in working folder.
my code
Environment *env = Environment::createEnvironment(Environment:: DEFAULT);
Connection *conn = env->createConnection ("scott","tiger");
......
....
Please help me out.