Lazarus 错误提示 “至少一个参数没有被指定值”
当时操作excel表
有一个sql语句字段名,原来用的中文名
后来改成英文名,就好了.
ZQuery1.SQL.Add('select distinct * from [sheet1$] where BQM is not null');
程序找不到 出现错误提示
当时操作excel表
有一个sql语句字段名,原来用的中文名
后来改成英文名,就好了.
ZQuery1.SQL.Add('select distinct * from [sheet1$] where BQM is not null');
程序找不到 出现错误提示