Recognize NOT NULL field in Access 2003
Hi,
Is there a way to recognize either a field is marked as NOT NULL (required
field) or not in Access 2003?
I already tried to use the REQUIRED property in TField, but it seems to
operate inside the application only. It doesn't really reflects what's set
in the database.
I'm using TADOConnection and TADOTable to open these tables.
Thanks in advance.
.
Relevant Pages
- TADOConnection, transactions
... to handle the situation of where the database is shut down. ... exception on the BeginTrans, free the TADOConnection object, create it again ... However, if a transaction has been started, I then shutdown the database, ... (borland.public.delphi.database.ado) - Re: Weird TADOConnection Behavior
... We have a TADOConnection that connects to MSSQL 2000 in our ... The connection string is very much the same except for the ... And that the database assigned in the connection string is ... Databases offline and tried running the application ... (borland.public.delphi.database.ado) - Weird TADOConnection Behavior
... We have a TADOConnection that connects to MSSQL 2000 in our application and ... The connection string is very much the same except for the Database part, ... Out of desperation we have tried to take those offending Databases offline ... (borland.public.delphi.database.ado) - TADOConnection and Oracle
... I'm finding an interesting problem when using a TADOConnection connected to ... an Oracle database with both the Microsoft Oracle Driver or Oracle's Oracle ... this connection - the query fails. ... (borland.public.delphi.database.ado) - Re: creating new database by clicking the menu item
... ur code helped me a lot but i have one problem i.e database and tables are ... created but i want to store data in some fields only then i am getting this ... Error Message: the field 'new_custdetails.saluatation' cannot contain a ... null value because the required property for this field is set to true. ... (microsoft.public.dotnet.framework.windowsforms.controls) |
|