Subject Remote Data Access using an ISAPI (Delphi)
Author Shiv Kumar
Hi

I am not able to access an Interbase database residing on a remote machine
via an ISAPI using either IBX or IBO. I can do this using the BDE.

The ISAPI is running on machine 1, the database on machine 2. I use
<machine2name>:C:\<database_path>\<gdb_name> as the DatabaseName for both
IBX and IBO. The error message I get is.
Internal Server Error 500

----------------------------------------------------------------------------
----

Exception: EIBClientError
Message: Cannot create shared resource. (Windows error 5)

Anyone know what this is or what the solution is ?

Shiv