T.R | Title | User | Personal Name | Date | Lines |
---|
3261.1 | two for two. | TOOK::MCPHERSON | Life is hard. Play short. | Mon Jun 29 1992 10:27 | 8 |
| > Question: is there any mean we could specify the domain type through
> FCL ?
Only at creation/registration. I.e there are no directives to modify domains,
once they are created.
/doug
|
3261.2 | Which create qualifier ? | BIS1::COLLEYE | | Tue Jun 30 1992 04:43 | 10 |
| Doug,
Thank you... but which FCL qualifier allows to specify the domain type
at creation/registration time ?
I know it is possible to specify it through the iconic map and I know
that it cannot be modified after creation... normal the type is not an
attribute.
Maurice.
|
3261.3 | No answer ? | BIS1::COLLEYE | | Wed Jul 22 1992 06:31 | 1 |
|
|
3261.4 | create domain member member type = dynamic | BARREL::LEMMON | | Fri Jul 31 1992 08:20 | 9 |
| The iconic map is doing both a create domain and a create domain member
command when you add a domain to the map.
The domain member CREATE directive has an attribute called MEMBER TYPE. This
can be set to DYNAMIC or STATIC.
CREATE DOMAIN FOO MEMBER BAR MEMBER TYPE = DYNAMIC
/jim
|