远程XML数据被序列化成二进制数据类型。
这意味着,在应用程序中,应该优先选择二进制数据类型,而不是字符类型。
This means that in your application you should prefer binary data types over character types.
无符号字符数据类型和二进制数据类型将产生错误的计算结果,会当成有符号的数据类型进行计算。
The unsigned char data type, and byte data type will yield incorrect results and act as though they are signed types i. e. type char.
总而言之,在应用程序中应该使用二进制数据类型来与DB 2交换XML,因为这样做可以避免不必要的代码页转换。
In a nutshell, use binary data types in your application for exchanging XML with DB2 as this avoids unnecessary code page conversion.
解决办法就是将所有的文本和相关的栏,更改为对应的二进制,然后更改字符集,然后再将二进制数据类型重新更改为文本。
The solution is to alter all TEXT and related fields to their binary counterparts, then alter the character set and finally change the binary data type fields back to TEXT.
注意,根据分组参数的数据类型不同,您可能需要使用更长的二进制串。
Note that, depending on the data type of your grouping parameter, you might need a longer binary string.
智能大对象包括字符大对象(CLOB)和二进制大对象(BLOB)数据类型。
Smart large objects consist of character large object (CLOB) and binary large object (BLOB) data types.
EXI引入了数据类型,比如二进制、布尔值、小数、浮点数、整数、无符号整数,以及日期-时间。
EXI introduces data types such as Binary, Boolean, Decimal, Float, Integer, Unsigned Integer, and Date-Time.
有两种新的数据类型可以存储二进制编码的字符串,这种字符串可以被索引从而实现快速检索。
Two new data types allow you to store binary-encoded strings, which can be indexed for quick retrieval.
智能大对象由字符大对象(CLOBs)和二进制大对象(BLOBs)数据类型组成。
Smart LOBs consist of character large objects (CLOBs) and binary large objects (BLOBs) data types.
这个数据类型可以从一个包含spe二进制的文件中创建,或使用ppu - embedspu工具嵌入到PPE程序中。
This type can be created from a file containing an SPE binary or embedded into a PPE program using the ppu-embedspu utility.
数据库处理规范数据类型十分在行,但是在处理如图像、文档等二进制数据时却不是那么得心应手。
While they do a great job when working with regular data types, they are not very efficient when dealing with binary data, for example images or documents.
通过BLOB数据类型或使用FORBITdata子句定义的列将以二进制形式从源传递到目标,所使用的代码页是零。
Columns defined with the BLOB data type, or using the FOR BIT data clause will be passed as binary from the source to the target, and the code page used is zero.
界面的输入和输出的类型必须为HTTPBytes(前面小节创建的数据类型之一),这样才能将负载作为二进制数据处理。
The interface input and output has to be HTTPBytes type (one of the two data types created in the previous step) in order to treat the pay load as binary data.
新的数据类型bytesliteral 及 bytes对象的用途是存储二进制数据。
The new data type, the bytes literal, as well as the bytes object are used for storing binary data.
事实上,Bigtable和关系数据库都使用blob数据类型来存储二进制文件。
In fact, both Bigtable and relational databases use the blob type to store binaries.
一种解决方案是更改查询,将十进制类型强制转换为较小的数据类型,或者转换为字符串或二进制。
One solution would be to change the query to cast the decimal type to either a smaller datatype or convert to string or binary.
一种解决方案是更改查询,将十进制类型强制转换为较小的数据类型,或者转换为字符串或二进制。
One solution would be to change the query to cast the decimal type to either a smaller datatype or convert to string or binary.
应用推荐