ftGraphic Error

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
martind1
Posts: 17
Joined: Mon 19 Oct 2009 05:15

ftGraphic Error

Post by martind1 » Tue 19 Feb 2013 00:18

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.

AndreyZ

Re: ftGraphic Error

Post by AndreyZ » Tue 19 Feb 2013 10:35

Thank you for the information. We will investigate the possibility of adding such functionality. For now, you should use ftBlob.

Post Reply