Skip to main content
guest
Join
|
Help
|
Sign In
teamdesirable
Home
guest
|
Join
|
Help
|
Sign In
teamdesirable
Wiki Home
Recent Changes
Pages and Files
Members
Home
Journal
Design
Implementation
Implementation
Edit
0
9
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
February 8, 2011
JavaDB Database Schema
-
is a SQL script containing the DDL statements that will create the structures of the table.
DatabaseSchema.sql
Details
Download
3 KB
Clean Database
-
is a SQL script that contains the DDL statements and INSERT-statements for those tables that are considered as pre-defined codes.
(none)
Instance Database
-
is a SQL script similar to the clean database but has sample records for the transactional table.
InstanceDatabase.sql
Details
Download
2 KB
April 5, 2011
JavaDB Database Schema (DatabaseSchema.sql = dentalclinic.sql)
-
is a SQL script containing the DDL statements that will create the structures of the table.
dentalclinic.sql
Details
Download
1 KB
Instance Database
-
is a SQL script similar to the clean database but has sample records for the transactional table.
InstanceDatabase.sql
Details
Download
2 KB
DB Class
sql.php
Details
Download
10 KB
Persistent Class
persistent.php
Details
Download
1 KB
The Portable Dental Clinic
TPDC.rar
Details
Download
459 KB
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
February 8, 2011
JavaDB Database Schema
- is a SQL script containing the DDL statements that will create the structures of the table.Clean Database
- is a SQL script that contains the DDL statements and INSERT-statements for those tables that are considered as pre-defined codes.(none)
Instance Database
- is a SQL script similar to the clean database but has sample records for the transactional table.April 5, 2011
JavaDB Database Schema (DatabaseSchema.sql = dentalclinic.sql)
- is a SQL script containing the DDL statements that will create the structures of the table.Instance Database
- is a SQL script similar to the clean database but has sample records for the transactional table.DB Class
Persistent Class
The Portable Dental Clinic