sakthi's blog
Flavors of CRUD Tutorial projects against all Supported Databases
The purpose of this blog item is to share the Creator 2 projects built while exercising the Performing Inserts Updates and Deletes Tutorial against all of the supported databases using the bundled Sun JDBC Drivers. Check out the Creator 2 system requirments for Supported Database Servers and JDBC Drivers.
Note: You will need to setup the travel schema on your database and add a datasource for it in Servers window. You could use the exported_datasources_travel_sample.xml for importing/creating your datasource. Change $hostname, port# and validation table appropriately.
| Database Type | Schema/SQL files, Creator 2 Project |
| PointBase 5.2 (bundled) | $Creator_install/rave2.0/startup/samples/ create-schema-travel.sql and create-Travel.sql DataSource Name: Travel |
| MySQL 5.x/4.x |
DataSource Name: mysql_travel |
| Oracle 9i/10g |
DataSource Name:ora10g_travel |
| MS SQL Server 2000 | DataSource Name:mssql_travel |
| Sybase ASE 12.5 |
DataSource Name: sybase_travel |
| IBM DB2 8.1 |
DataSource Name:db2_travel |
Posted at 11:47AM Feb 22, 2006 by sakthi in Creator |