NOTE - It may be necessary to ensure that database server driver is installed into the IDE. For the PointBase server, this requires:
- Copy the file: install_dir
/pointbase/client_tools/lib/pbclient42RE.jar
into the directory install_dir/forte4j/lib/ext
.- Restart the IDE.
To create the database schema:
The Database Connection pane opens.
For the PointBase sample that ships with the Sun ONE Application Server, the values would be:
Field Name | Value |
---|---|
Name | PointBase Network Server |
Driver | com.pointbase.jdbc.jdbcUniversalDriver |
Database URL | jdbc:pointbase:server://localhost:9092/sample |
User Name | pbpublic |
Password | pbpublic |
The selected tables appear in the Selected Tables and Views list on the right.
The IDE saves the captured schema in XML format and displays a node for it in the filesystem.
See also | |
Creating Related CMP Entity Beans with the EJB Builder |