xHarbour Reference Documentation > Function Reference |
Retrieves data from the root area of a BLOB file.
BlobRootGet() --> xBlobData
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().
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.
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 |
http://www.xHarbour.com