在Delphi中如何获得SQL中存储过程的返回值?
摘要:
示例存储过程:create procedure proc_loginusername varchar(20),password varchar(20)asdeclare @result intselect @result=count(*) from loginuser where user=@use 阅读全文
posted @ 2018-12-16 22:21 癫狂编程 阅读(1089) 评论(0) 推荐(0)