L
lw6608
Unregistered / Unconfirmed
GUEST, unregistred user!
ps:=TADOStoredProc.Create(nil); ps.Connection:=db_Connection;; ps.ExecuteOptions:=[eoAsyncExecute]; ps.OnFetchComplete:=psOnFetchComplete;??? 这句怎么写 ps.ProcedureName:='select_all;1'; // ps.Parameters.CreateParameter('@ws_no',ftstring,pdinput,4,Unassigned); ps.Prepared:=true; ps.ExecProc;