wcboyd
Posts: 46
|
| Posted: 04/09/2007, 1:49 PM |
|
Does CCS support the following database functionality?
Primary Keys
Foreign Keys
Triggers (recognizing their existence)
Various indexes (Alternate Key & Inversion Entry)
Referential Integrity
Column Constraints
Table Constraints
_________________
Thanks,
Craig
"Stress is the body's way of saying you have not worked enough unpaid overtime." ~ Scott Adams |
 |
 |
peterr
Posts: 5971
|
| Posted: 04/09/2007, 2:57 PM |
|
Yes. I even use databases with all these features. For example I use Triggers and the database is fully responsible for executing them, therefore all applications and tools will support them.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|