SQLEXEC(nhandle,"select DISTINCT Gongshi_TY from ZhaGongGongShi order by Gongshi_TY","Gongshi_TY_temp")
select "Gongshi_TY_temp"
inse blan
第三行的命令,是错误的.
那如何在"Gongshi_TY_temp" 的第一行的记录前,增加一个空白行呢?
------解决方案--------------------------------------------------------
INSERT BLANK BEFORE
对 vfp 表有效,对远程临时表无效,需要转换一下才能在某条记录前插入空白行
Select * Into Cursor Gongshi_TY_temp From Gongshi_TY_temp Nofilter Readwrite && 生成的新表也可以是同名,或另一个名称。
Select "Gongshi_TY_temp"
Insert Blank Before