Delphi写Sql2000扩展存储过程的例子
Delphi写Sql2000扩展存储过程的例子2011-04-23 csdn 贾涛library project1;uses Windows, SysUtils, MSODSApi; ...{$R *.res}Function GetParamStr(pSrvProc: SRV_PROC; Index : integer; Var Param : String ) : integer;var PType : Byte; cbMaxLen , ParaLe...