vc ado blob Field 对象Attributes 属性中的 adFldLong 位设置为 True,可以对该字段使用 AppendChunk 方法。
如题,如何将Attributes 属性中的 adFldLong 位设置为 True。
[最优解释]
顶一下,望牛人出现》
[其他解释]
如果是BLOB字段的话都是直接调用AppendChunk ,不需要自己手动改Attributes 。
发布时间: 2012-12-28 10:29:05 作者: rapoo
vc ado blob Field 对象Attributes 属性中的 adFldLong 位设置为 True,可以对该字段使用 AppendChunk 方法。
如题,如何将Attributes 属性中的 adFldLong 位设置为 True。
[最优解释]
顶一下,望牛人出现》
[其他解释]
如果是BLOB字段的话都是直接调用AppendChunk ,不需要自己手动改Attributes 。