W
wen_one
Unregistered / Unconfirmed
GUEST, unregistred user!
各位大哥,我在delphi的ide环境里adoquery建一查找字段,并关联给感知控件dbgrid1;
adoquery的sql是"select * from Material";adoquery的locktype:='ltOptimistic';
之后在窗体的一按钮click事件中写入(adoquery建立了永久字段,dbgrid加了全部字段)
if adoquery.active then close;
adoquery.sql.clear;
adoquery.sql.add('select * from material where number=12');
adoquery.open;//这句出错
出错信息为:rasie Exception class EoleException with message
'Am Unknow error has Occured'
//竟然发生不知错误,搞得我一头雾水,所以在此请各位热心富翁帮帮手,
小弟在线等待.
adoquery的sql是"select * from Material";adoquery的locktype:='ltOptimistic';
之后在窗体的一按钮click事件中写入(adoquery建立了永久字段,dbgrid加了全部字段)
if adoquery.active then close;
adoquery.sql.clear;
adoquery.sql.add('select * from material where number=12');
adoquery.open;//这句出错
出错信息为:rasie Exception class EoleException with message
'Am Unknow error has Occured'
//竟然发生不知错误,搞得我一头雾水,所以在此请各位热心富翁帮帮手,
小弟在线等待.