erph

在开发金蝶的时候,用第三方软件,插入一张销售出库单的时候,需要加一句sql命令,这一句不加入的话,当你通过第三方插入出库单时,就无法通过正常的金蝶做出库单了

 

update ICMaxNum set FMaxNum=(select MAX(finterid)+2 from icstockbill) from ICMaxNum where FTableName=\'icstockbill\'

意思:有一张表专门储存各张表的最大内码值

分类:

技术点:

相关文章:

  • 2021-12-24
  • 2021-08-11
  • 2022-01-07
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2022-01-05
  • 2021-10-22
  • 2021-12-28
  • 2021-09-04
  • 2022-01-06
  • 2021-10-24
相关资源
相似解决方案