Database model: display data types

B

bill

I have MS office Visiso for Enterprise Architects (11.4301.8122). When I
reverse engineer a specific sql 2000 database the tables show the field names
and user-defined type names that the original programmer used. For example, I
see this:

FieldName = FirstName
Datatype = FirstName

where the "Firstname" UDT is actually varchar(20).

How can I make VISIO display "varchar(20)" instead of FirstName for the
datatype?

TIA,

Bill
 
Top