Y
yby
Unregistered / Unconfirmed
GUEST, unregistred user!
我在一台機器上做的項目
在應用服務器放上一個 query,一個DataSetProvider1,在query中的SQL為空.
在客戶端放上一個 一ClientDataSet個,
undm.ClientDataSet4.close;
undm.ClientDataSet4.CommandText:='select * from jlysd where djhm=:djhm';
undm.ClientDataSet4.Params.ParamByName('djhm').value:=trim(edit3.text);
undm.ClientDataSet4.Open;
錯誤提示:ClientDataSet4aramater 'djhm' not found
這是為什麼,謝謝
在應用服務器放上一個 query,一個DataSetProvider1,在query中的SQL為空.
在客戶端放上一個 一ClientDataSet個,
undm.ClientDataSet4.close;
undm.ClientDataSet4.CommandText:='select * from jlysd where djhm=:djhm';
undm.ClientDataSet4.Params.ParamByName('djhm').value:=trim(edit3.text);
undm.ClientDataSet4.Open;
錯誤提示:ClientDataSet4aramater 'djhm' not found
這是為什麼,謝謝