Massimo Renzi wrote: > > Hi all, > I'm doing a program to convert database MSSQL in sapdb. > Wich data type I can use to trasform the bit definition?
SAP DB does not know a datatype and functions for handling bits. CHAR (<n>) RAW can store binary data, but every function, bit comparison and so on needs to be changed somehow, it is not just changing the name of the datatype. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
