Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Question
Mon, Oct 30 2006 12:04 PMPermanent Link

"Robert"
Is there a way to remove a "required" constraint from a field (using SQL)?

Robert

Mon, Oct 30 2006 3:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Robert,

<< Is there a way to remove a "required" constraint from a field (using
SQL)? >>

Use the keyword NULLABLE with a REDEFINE COLUMN:

http://www.elevatesoft.com/dbisam4d5_alter_table_statement.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Oct 30 2006 5:05 PMPermanent Link

"Robert"

"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
news:435DC6CF-BD96-484B-B80E-3F8F992F1D7B@news.elevatesoft.com...
> Robert,
>
> << Is there a way to remove a "required" constraint from a field (using
> SQL)? >>
>
> Use the keyword NULLABLE with a REDEFINE COLUMN:
>
> http://www.elevatesoft.com/dbisam4d5_alter_table_statement.htm
>

Ah, there it was! I was looking for something else, and missed it
completely. Thanks.

Robert


Image