Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: ISAPI and NCOCI8
ISAPI and NCOCI8
Posted: 2003/02/17 09:24
 
i have written a small isapi app just to test NC0CI8. It only connects to the database, but i get the following error.
E0CIDBError
Message: NoE3/Init - Error when loading OCI Dll.

Any ideas what this problem is?
RE: ISAPI and NCOCI8
Posted: 2003/02/18 09:47
 
Can SQLPlus connect? If not, that means ncorrect instalation of Oracle client.
If SQLPlus can connect, check if directory D:OracleOra81bin (or where oci.dll resides in your case) is in PATH environment variable.
RE: ISAPI and NCOCI8
Posted: 2003/02/18 14:02
 
Yes, sql plus connects. Infact i tested an exe with these components and no problem. Its only when i have it in an ISAPI app that i have problems. I think it may be a rights issue, but i'm not sure.
RE: ISAPI and NCOCI8
Posted: 2003/02/18 17:46
 
Ok, found the problem. I need to give access to the ora92 directory for Iwan_server name account.