一、时间格式转换

    CurrentDateStr:=FormatDateTime('YYYYMMDD',NOW());//转换成字符串类型

二、数值格式转换

     Format('%.2f',[(strtoint(BankFundBalanceStr)/100.0)]);//转换成有两位小数的字符串类型


判断数据库中对象是否存在:select * from sysobjects where name='Bank_NewOrder'


整数、小数处理

http://www.cnblogs.com/JonyOang/archive/2010/05/13/1913628.html

相关文章:

  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2022-02-17
猜你喜欢
  • 2022-12-23
  • 2021-08-15
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案