MSCEWI1057
Create Type Variant Not Supported
High
This error happens when an unsupported Create Type statement is used.
For example in a Create Type As Array statement.
CREATE TYPE type1 AS VARRAY (10) OF (INT);
-- ** MSC-ERROR - MSCEWI1057 - CREATE TYPE VARYING ARRAY VARIANT NOT SUPPORTED. **
--CREATE TYPE type1 AS VARRAY (10) OF (INT);
- No end-user actions are required.
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 1yr ago