主题:如何向一个informix数据库中的text类型的字段中插入数据
我在向一个informix数据库中text类型的字段中插入数据,例如bb字段是text类型的
insert into aa (bb,cc) value ("dfddfdfddfd","dfdfdfdfdfdf")报错:
a blob data must be supplied within the context.
大致意思好像是在语句中要提供一个blobspace的空间,我现在建立了一个
blobspace名称叫cgdbs,那么这个插入的程序应该如何写???
请大家赐教。
说的有点罗嗦。^_^
insert into aa (bb,cc) value ("dfddfdfddfd","dfdfdfdfdfdf")报错:
a blob data must be supplied within the context.
大致意思好像是在语句中要提供一个blobspace的空间,我现在建立了一个
blobspace名称叫cgdbs,那么这个插入的程序应该如何写???
请大家赐教。
说的有点罗嗦。^_^