skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : ServiceIPModule
 

ServiceIPModule

Specifies the IP module that is loaded by the OpenAccess SQL engine. The OpenAccess SQL engine is configured in the ServiceIPSqlEngineModule (see ServiceIPSqlEngineModule).

Valid values

One of the following:
*For an OpenAccessSDK_C service, this is the name of the IP module to load. The IP module must reside in the location specified by the ServiceIPPath attribute.
*For an OpenAccessSDK_Java service, the value of this attribute must be oadamipjava.dll on Windows, or oadamipjava.so on Linux/UNIX. The oadamipjava module loads the Java IP class specified in the DataSourceIPClass (see DataSourceIPClass).
*For an OpenAccessSDK_NET service, the value of this attribute must be oadamipnet.dll. The oadamipnet.dll module loads the .NET IP class specified in the DataSourceIPClass (see DataSourceIPClass).

Default

An empty string.

Type

Static
Note: This service attribute is used to configure the OpenAccess SQL engine.