Topic complex |
Table functions |
Function |
blobtype() |
Short |
Type of the content of a BLOB-field |
Syntax |
BLOBTYPE(fielddesc) |
Parameter |
fielddesc :
Field identifier of a BLOB-field (or)
table handle, field number (or)
table handle, field identifier |
Return |
Type of the BLOB-field |
See also: |
|
Description |
Returns the type of the content of a BLOB-field, how it was defined at LINKBLOB or EMBEDBLOB.
Default:
1 Bitmap, that is BMP- or DIB-file
2 Paintbrush-picture, that is PCX-file
3 Sound, that is WAV-file
4 Metafile, that is file ending WMF
5 CompuServe-Format, that is GIF-file
6 Jpeg-format, that is file ending JPG
|
Write a comment:
|