S
sxhz
Unregistered / Unconfirmed
GUEST, unregistred user!
我把服务器端连接完以后
在客户端用
clientdataset1.Close;
clientdataset1.CommandText:='select * from ms_jingwei where name='+quotedstr(edit1.Text)+';';
clientdataset1.open;
dcomconnection1.Open;
调用的时候
出现这个问题
commandtext changes are not allowed
这个错误
真是郁闷
而且DataSetProvider1属性psallowcommandtext:=true 也改了
请大家帮忙看看
在客户端用
clientdataset1.Close;
clientdataset1.CommandText:='select * from ms_jingwei where name='+quotedstr(edit1.Text)+';';
clientdataset1.open;
dcomconnection1.Open;
调用的时候
出现这个问题
commandtext changes are not allowed
这个错误
真是郁闷
而且DataSetProvider1属性psallowcommandtext:=true 也改了
请大家帮忙看看