It looks as if FB_VARCHAR is absolutely essential for string in/output
This commit is contained in:
parent
58ea0916bd
commit
60206f3b48
@ -174,7 +174,7 @@ FB_UDR_END_FUNCTION
|
||||
FB_UDR_BEGIN_FUNCTION (MFK_LoadBlobFromFile)
|
||||
//BEGIN
|
||||
FB_UDR_MESSAGE(InMessage,
|
||||
(FB_CHAR(8191), afilename)
|
||||
(FB_VARCHAR(8191), afilename)
|
||||
(FB_BLOB, ablob)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user