xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

BlobRootGet()

Retrieves data from the root area of a BLOB file.

Syntax

BlobRootGet() --> xBlobData

Return

The function returns the data stored in the root area of a BLOB file. The data type of this data can be determined using Valtype().

Description

BlobRootGet() is used to read the data stored in the root area of a BLOB file. This data must be previously written with BlobRootPut().

When the BLOB file is open in SHARED mode, function BlobRootLock() must be called to avoid conflicts in concurrent file access. This is the only function that places a lock on the root area of a BLOB file.

Note:  the file Blob.ch must be #included for BlobRootGet() to work.

Info

See also:BlobRootDelete(), BlobRootLock(), BlobRootPut()
Category: Blob functions , Database functions
Header:blob.ch
Source:rdd\dbcmd.c, rdd\dbffpt\dbffpt1.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe