this code works:
ParamByName('BITMAP').LoadFromFile(FN, ftBlob);
this code results in error "datatype is not supported"
ParamByName('BITMAP').LoadFromFile(FN, ftGraphic);
Thanks for your respond.
ftGraphic Error
-
AndreyZ
Re: ftGraphic Error
Thank you for the information. We will investigate the possibility of adding such functionality. For now, you should use ftBlob.