An error results when you use ASE/CIS to create an nchar or nvarchar column in DB2. However, if you need to use either of these datatypes, do the following:
Create the tables manually on DB2 with columns of type graphic in place of ASE/CIS nchar columns, and columns of type vargraphic in place of ASE/CIS nvarchar columns.
Use ASE/CIS with the nchar and nvarchar columns in the corresponding locations to issue the create existing table command to create a table on ASE/CIS that will correspond to the DB2 table.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |