首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

改编程序出现下面的异常

2012-02-14 
改编程序出现下面的错误[C++ Error] Unit1.cpp(151): E2186 Unexpected end of file in comment started o

改编程序出现下面的错误
[C++ Error] Unit1.cpp(151): E2186 Unexpected end of file in comment started on line 79
请问该怎么解决啊

[解决办法]
贴代码
[解决办法]
//填写查询语句
ADOQuery1->SQL->Add("select 层段配注量m3/d from Data where ");//加入检测入方向的查询

//ADOQuery1->SQL->Add("传动方向 ='"+ComboBox->Text+"' and ");
// ADOQuery1->SQL->Add("1=1 order by 序号");
ADOQuery1->Active = true;

where 后面的2行被你注释了,当然报错。

热点排行