Creating a Business Intelligence Connection
Creating a Business Intelligence Connection
To create a Business Intelligence connection object, use code like the following:
connection = new DeepSeeConnection(username,password,host,application,namespace);
Where:
-
username is an InterSystems IRIS username that can access the given host.
-
password is the associated password.
-
host is the server name for the machine on which InterSystems IRIS is running.
-
application is the name of the web application.
-
namespace is the name of the namespace to access. If the web application is tied to a namespace, this argument is not needed.