J
jacklee
Unregistered / Unconfirmed
GUEST, unregistred user!
CREATE PROCEDURE cx @tn char (13) AS select * from hjkcb where tm=@tn
在delphi中已做了相应连接dbgrid->datasource1->storceproc
sp1.Active:=false;
//sp1.StoredProcName:='cx';
sp1.ParamByName('@tn').asstring:=edit1.text;
sp1.ExecProc;
如何显示返回的结果集呢??
在delphi中已做了相应连接dbgrid->datasource1->storceproc
sp1.Active:=false;
//sp1.StoredProcName:='cx';
sp1.ParamByName('@tn').asstring:=edit1.text;
sp1.ExecProc;
如何显示返回的结果集呢??