delphi 帮助里都有bcdtostr() 这个功能函数,可是在delphi用时,提示错误没有宣告这个函数,why?,我的数据库为oracle

解决方案 »

  1.   

    [Error] Unit1.pas(266): There is no overloaded version of 'BcdToStr' that can be called with these arguments
      

  2.   

    需要引用这个单元FMTBcd
    uses 处加上FMTBcd
      

  3.   

    Unit
    FmtBcd(必须引用单元)一下是函数原型,
    function BcdToStr(const BCD: TBcd): string;多看看帮助,很多东西帮助李说的很详细。
      

  4.   

    兄弟不会吧你还没解决我不跟你说了吗
    uses FMTBcdFMTBcd.BcdToStr()
    你这是第二贴你是不是在倒分呀