delphi操作存储过程.

时间:2013-04-28 06:27:38
【文件属性】:
文件名称:delphi操作存储过程.
文件大小:3KB
文件格式:TXT
更新时间:2013-04-28 06:27:38
delphi 操作 存储过程. dbms:ms sql server 2000 存储过程如下: CREATE proc tstPro @age int, @theNum int output as select @theNum=count(sn) from s where sa=@age GO delphi中调用: var str:string;

网友评论