方
方英龙
Unregistered / Unconfirmed
GUEST, unregistred user!
adoquery1.Close;
adoquery1.SQL.Clear;
adoquery1.SQL.Add('select gbxm from hw_gb where d_id=(select d_id from hw_d where k_id=:kidh)');
adoquery1.Parameters.ParamByName('kidh').Value:=kids;
adoquery1.Prepared;
adoquery1.Open;
adoquery1.SQL.Clear;
adoquery1.SQL.Add('select gbxm from hw_gb where d_id=(select d_id from hw_d where k_id=:kidh)');
adoquery1.Parameters.ParamByName('kidh').Value:=kids;
adoquery1.Prepared;
adoquery1.Open;