函式:ifx_create_blob()


ifx_create_blob

建立长位元物件。

语法: int ifx_create_blob(int type, int mode, string param);

传回值: 整数

函式种类: 资料库功能

内容说明

本函式用来建立长位元 (blob) 物件。参数 type 表示 blob 的型态,1 表文字资料;0 表位元资料。参数 mode 为长位元资料的存放处,0 表在记忆体;1 表在档案中。参数 param 为 blob 的内容,若 mode 为 0 则为记忆体指标;若 mode 为 1 则为档名。成功则传回长位元的物件代码,失败传回 false 值。


[ 上一页 下一页 ]