Products

ITP connections

ITP can directly communicate with a wide range of multi platform databases and other data sources. ITP Connections are available for a number of data sources:

  ITP Connections
XML Connection The XML Connection is used to retrieve data from XML files. The SDK is used to specify the mapping between the XML file and the ITP database definitions. A Wizard is provided to generate a complete Database Interface Definition for an XML file.
XML WebServices Provides access to WebServices that are able to provide XML data over an HTTP connection. This can be used, for example, to access data in a SAP system. The SDK is used to specify the mapping between the XML data and the ITP database definitions.
ODBC Connection ITP database descriptions for the ODBC Connection use ODBC SQL statements for database access. You can link any database accessible by ODBC to ITP. A Wizard is provided to generate database definitions for database tables.
Oracle Connection The Oracle Connection uses Oracle SQL statements for database access. A Wizard is provided to generate database definitions for database tables.
Mainframe Connection / AS/400 Connection The Mainframe Connection and AS/400 Connection are used to call data retrieval programs on their corresponding host platforms. The SDK is used to specify the mapping between the input/output of the data retrieval program and the ITP database definitions. The ITP/SDK AS/400 will be the better choice, when you only plan to develop for AS/400 databases.
Local Connection The Local Connection uses external MS-Windows dynamic link libraries (DLL) to retrieve data. Built-in wizards make the creation of the Database Interface Definitions an easy process. The users of this SDK are responsible for writing their own data retrieval code. These DLL's can be written in any programming language supporting developing DLL's. A wizard is provided to generate skeleton code for programs written in the C programming language.

Access to the data sources can be defined with one of the ITP/Software Development Kits.