当前位置: 代码迷 >> PB >> pb 中sql语句的疑问?解决思路
  详细解决方案

pb 中sql语句的疑问?解决思路

热度:71   发布时间:2016-04-29 08:03:22.0
pb 中sql语句的疑问?
在窗口的open事件中 有个sql语句
string gs_AccZxxx是全局变量 而且可以确保已经有值了(8,12)
但是执行下面这句怎么就没值了呢?

select count(*) into :list_sum from bm_zxxx where id in (:gs_AccZxxx)and FClose=0
我还用了
select count(*) into :list_sum from bm_zxxx where id in (8,12)and FClose=0 这个就有值了

------解决方案--------------------
在PB的 帮助里索引 dynamic sql 3 什么的.
  相关解决方案