Page 1 of 1

ODAC 9.4.13 where are INITOCI and INITNET hiding ?

Posted: Tue 13 Jan 2015 14:40
by wchris
Could not find INITOCI and INITNET required to recompile my DLL :shock:

Solution please ?
Thanks

Re: ODAC 9.4.13 where are INITOCI and INITNET hiding ?

Posted: Thu 15 Jan 2015 09:22
by AlexP
Now, the Init method is moved to the TOracleHomes class. To access this method, you can use the OracleHomes global variable declared in the OraCall module.

Re: ODAC 9.4.13 where are INITOCI and INITNET hiding ?

Posted: Fri 16 Jan 2015 08:47
by wchris
replacing

{ if (Wsession.Options.Net = False) then
InitOCI
else
InitNet;
}

by

OracleHomes.Init;

did the trick :)

Thank you Alex

Re: ODAC 9.4.13 where are INITOCI and INITNET hiding ?

Posted: Fri 16 Jan 2015 09:31
by AlexP
If you have any further questions, feel free to contact us.