Name: Prototype JDBC Component
Author: Christian Berger
Version: 1.0
Created: 5/2007
Modified: 6/2007 - included a top-level Readme.txt file
Purpose: This is a JDBC component for PP 6.1. What it is not: Production-ready or a replacement for the ODBC components. Too many features missing (e.g. there's no SQLBuilder), code is not optimized in any way and hasn't gone through a complete QA process. But, the sources are included and people are encouraged to add their own stuff.
Requirements: PP Server 6.1.1. JDBC jar drivers (can be downloaded from Oracle and MySQL). If you want to build your own version of the component (and only then), download and install Apache's ant.
O/S: Any
Limitations: See the included documentation.
Keyword: JDBC, ODBC, database, integration, Oracle, MySQL
Contents: scitegicdemo.jar
Installation:
1. Save scitegicdemo.jar to \\\$scitegic/apps
2. Run jar -xf scitegicdemo.jar
3. Run pkgutil -i scitegicdemo/jdbcdemo to register the package with PP.
This creates a ScitegicDemo folder in PP. The component itself is in its 'JDBC Template' subfolder.
Note: When downloading scitegicdemo.jar, if your web broser renames it to scitegicdemo.zip after the download, please rename it again to scitegicdemo.jar.
