Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Bold/Persistence    [ Add a report in this area ]  
Report #:  3469   Status: Closed
use Bold with Access
Project:  Delphi Build #:  4.0
Version:    7.0 Submitted By:   Marco Dissel
Report Type:  Basic functionality failure Date Reported:  2/2/2003 8:20:38 AM
Severity:    Critical / Show Stopper Last Updated: 3/26/2004 4:04:19 PM
Platform:    All platforms Internal Tracking #:  
Resolution: Test Case Error (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: (3 Total Ratings)
1.67 out of 5
Total Votes: None
Description
Create a model and try to generate the database.

Not possible, because Access does not let you define the constraints in the Create Table function.
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Peter Morris at 2/3/2003 2:30:09 AM -
Which constraints?  NOT NULL?

It is my personal preference to always set AllowNULL = True.  Simply because changing between True/False is never reflected in the DB meta data.  Instead I put a constraint on the object

Name required: name.length > 0

Server Response from: ETNACODE01