I get the following error on an asp page accessing Oracle 9i db:

ROW-00054: Cannot load the library
O/S-Error: (OS 126) The specified module could not be found.

I line at which I was getting the error was:
rs.cursorLocation = aduseServer

I changed it to:
rs.cursorLocation = aduseClient
Now it is working.

However aduseServer is working on Oracle 8i...Can anybody please help me why aduseServer is not working on Oracle 9i....