首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > VFP >

总是提示数据类型不匹配.该怎么解决

2012-02-11 
总是提示数据类型不匹配.dowhilenoteof()insertintovew_ppc_chjlbupd(id,pdctno,custpno,unitarea,deldate

总是提示数据类型不匹配.
do   while   not   eof()
insert   into   vew_ppc_chjlbupd   (id,pdctno,custpno,unitarea,deldate,nodelqty,forma,nodelarea   );
value   (   vew_ppc_chcxsel.id,;
                vew_ppc_chcxsel.pdctno,;
                vew_ppc_chcxsel.custpno,;
                vew_ppc_chcxsel.unitarea,;
                vew_ppc_chcxsel.deldate,;
                vew_ppc_chcxsel.nodelqty,;
                vew_ppc_chcxsel.forma,;
                vew_ppc_chcxsel.nodelarea)
select   vew_ppc_chcxsel
skip   1
enddo

[解决办法]
检查一下类型字段与变量类型是否一致
[解决办法]
一个一个字段插入,看看是那个字段类型对应不对。

热点排行