Click or drag to resize

DBS_BLOB_DIRECT_LEN Define

X#
Returns the length of data in a BLOB as an unsigned long integer, without referencing a particular memo field. With this constant, you must specify the BLOB using a numeric pointer obtained from BLOBDirectPut(), BLOBDirectImport(), or DBFieldInfo(DBS_BLOB_POINTER, <nFieldPos>).

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.22 GA
Syntax
 DEFINE DBS_BLOB_DIRECT_LEN := 223 AS LONG
Request Example View Source

Field Value

Type: Long
See Also