Richard Barrington wrote: > > I've been playing with 7.4, and found that I couldn't create a UNICODE > field, with the default TST74 database. > > E.G. > > ./dbmcli on TST74>sql_execute create table mytable(myid varchar(10) > unicode) > ERR > -24988,ERR_SQL: sql error > -3002,Invalid datatype
It seems that your database isn't unicode enabled. You could check it with dbmcli -d ... -u ... -uSQL ... sql_execute select * from dbparameters where description = '_UNICODE' If this shows 'NO' you have to create another instance because this parameter cannot be modified after the installation of the serverdb. Kind regards, Holger SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
