Z
zhengyue
Unregistered / Unconfirmed
GUEST, unregistred user!
请问各位大虾
我有如下语句
//adocommandlbbh1.CommandText:='update lb set father=:mfather where left(lbbh,:mjc)=:mlbbh and lbjc<>:mmjc ';
//adocommandlbbh1.CommandText:='update lb set father=:mfather where left(lbbh,3)=:mlbbh and lbjc<>:mmjc ';
adocommandlbbh1.parameters.ParamByName('mfather').value:=s;
// adocommandlbbh1.Parameters.parambyname('mjc').Value:=node.Level+1;
adocommandlbbh1.Parameters.parambyname('mmjc').Value:=node.Level;
adocommandlbbh1.Parameters.ParamByName ('mlbbh').Value :=inttostr(node.SelectedIndex);
adocommandlbbh1.Execute;
出现当没有第1,4句 有第2句时
写入father字段中的汉字是正确的,
有1,4句是,没有2句,
写入father字段中的汉字是不正确的,
请问怎么回事?
我有如下语句
//adocommandlbbh1.CommandText:='update lb set father=:mfather where left(lbbh,:mjc)=:mlbbh and lbjc<>:mmjc ';
//adocommandlbbh1.CommandText:='update lb set father=:mfather where left(lbbh,3)=:mlbbh and lbjc<>:mmjc ';
adocommandlbbh1.parameters.ParamByName('mfather').value:=s;
// adocommandlbbh1.Parameters.parambyname('mjc').Value:=node.Level+1;
adocommandlbbh1.Parameters.parambyname('mmjc').Value:=node.Level;
adocommandlbbh1.Parameters.ParamByName ('mlbbh').Value :=inttostr(node.SelectedIndex);
adocommandlbbh1.Execute;
出现当没有第1,4句 有第2句时
写入father字段中的汉字是正确的,
有1,4句是,没有2句,
写入father字段中的汉字是不正确的,
请问怎么回事?