Click or drag to resize

DBFAXSAdsFileToBinary Function

X#
Stores the contents of the given file as a binary object in the specified field.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 FUNCTION DBFAXSAdsFileToBinary(
	hTbl AS IntPtr,
	pucFldName AS STRING,
	usBinaryType AS WORD,
	strFileName AS STRING
) AS DWORD
Request Example View Source

Parameters

hTbl
Type: IntPtr
pucFldName
Type: String
usBinaryType
Type: Word
strFileName
Type: String

Return Value

Type: DWord
See Also