| Table Names |
Identical
Name |
Target database names must
match EXACTLY to the design database. Some databases
may be case sensitive |
| Tables |
All Referenced |
All tables referenced in the design must
be on the target. Tables not used in the design do not
need to be on the target. (note that pick lists and
other functions may implicitly reference tables) |
| Columns |
All Referenced |
All columns referenced
in design must be on the target. Columns not referenced
in the design must not be present on the target. |
| Identifiers |
Identical |
All identifiers in referenced tables
must be identical. |
| Data types |
Compatible |
Target data types must
be compatible with source. For example date fields on
the source must be date fiels on the target. |
| Stored Procedures |
None |
Stored procedures are not used by dbQwikSite
code and are not required unless for other reasons. |
| Database Users |
None |
Database users can be different. |
| Indexes |
Limited |
Primary indexes (identifiers) must be
the same on both source and target. Other indexes can
vary, as indexes are not explicitly referenced. |
| Database
Name |
None |
Database names can be different. (not
the names of objects in your database) |
| Constraints |
None |
SQL statements will be subject to any
constraints that you implement in your database. |
| Triggers |
None |
No requirement in dbQwikSite code. |
| Optionally |
None |
Column optionally can differ. |