OBJECTSIZE()

From Lianjapedia
Revision as of 08:28, 4 February 2013 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to return size of object in an object field

Syntax

OBJECTSIZE(<object field>)

See Also

BINCREATE(), BINCLOSE(), BINOPEN(), BINREAD(), BINWRITE(), OBJECTREAD(), OBJECTTYPE(), OBJECTWRITE()

Description

The OBJECTSIZE() function returns the size of the data stored in the object field <object field>.

Example

open database southwind
use attachments
list objectsize(attachments)