It looks as if FB_VARCHAR is absolutely essential for string in/output

This commit is contained in:
Paul Reeves 2023-02-01 20:09:54 +01:00
parent 58ea0916bd
commit 60206f3b48
1 changed files with 1 additions and 1 deletions

View File

@ -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)
);