delphi编译问题:line too long(more than 1023 characters)

 if showbox(QMessTitle,'确定要删除信息吗?如果删除,信息将不能恢复!',2,Question)<>mrOkthen...  if  showbox(QMessTitle,'确定要删除信息吗?如果删除,信息将不能恢复!',2,Question) <> mrOk then    begin     get_exec('delete from t_member where memno  in(select memno from t_memcard where cardno  not in '      +'(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))');      get_exec('delete from t_jfkczda where cardno  in(select cardno from t_memcard where cardno  not in '      +'(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))');      get_exec('delete from t_ryxs where cardno  in(select cardno from t_memcard where cardno  not in '     +'(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))');      get_exec('delete from t_jfxx where cardno  in(select cardno from t_memcard where cardno  not in '      +'select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))');      get_exec('delete from t_jfxf where kh  in(select cardno from t_memcard where cardno  not in '      +'(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))');       get_exec('delete  from t_memcard where cardno   in(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0)');      get_exec('delete from t_ryxs where cardno in(select cardno,max(oprtdate) from t_ryxs where oprtdate<=getdate()-365 group by cardno)');   end;在begin行提示的错误 展开
己闻楣Sx
2011-08-24 · TA获得超过1937个赞
知道大有可为答主
回答量:1057
采纳率:93%
帮助的人:941万
展开全部
提示得很明确呀,行太长,把连续的四个空格替换成回车就行了。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式