XML Schema Definition: Database
The schema 'Sales (MSSQL - XML Definition)' defines the cube 'Sales' that is sourcing its data from a relational database using a JDBC driver. So, a new type of data source and data table is introduced: respectively and .
Once the specific DB data sources and data tables are defined, the XML schema definition is basically the same as previously described regarding the dimensions and facts definitions.
JBDC Driver Setup
The XML element specifies the JAVA class name of the JDBC driver. The JAR containing this driver has to be specified in the CLASSPATH of the icCube application. This can be done by copying this JAR into the directory of the installation directory. Then the [Classs Path] section of the icCube .ini file has to be updated as follows:
...
[Class Path]
Class Path=C:\Program Files\Crazy Development\icCube\lib\sqljdbc4.jar;...