> The very first problem I have is that when nsd.exe try to load the driver,
> it looks for the function called Ns_ModuleInit in the ora8.dll. This
> function does not exist in the ora8.dll. As a matter of fact, all other dlls
> in the bin directory have this function, for example, nsd.dll, nscp.dll etc.
> I looked through the source code and found only Ns_DbDriverInit.

ora8.dll does not have Ns_ModuleInit.  It is not supposed to.
Ns_ModuleInit is for loadable modules.  ora8.dll is not a loadable
module.  It is a database driver.

You are loading the driver incorrectly. You are listing it in the
ns/server/server1/modules section of your config file instead of in the
ns/db/drivers section.

Reply via email to