单选控件的cheched问题请教
if rb_1.checked then
select * from company where comptype = '1';
dw_1.settransobject(sqlca)
dw_1.retrieve()
end if
我想实现当rb_1被选中时显示特定的数据记录,我写了这段代码他总提示我
select * from company where comptype = '1';
这句话中有语法错误
error c0031 syntax error