在pb的dw_1窗口控件中如何调用sql的存储过程(窗口中有个查询(cb_1))想通过查询执行
sql中存储过程createprocchengji@Achar(8)asselectstu.sno,stu.sname,stu.sdept,cno.cno,cno.cna...
sql中存储过程create proc chengji
@A char (8)
as
select stu.sno,stu.sname,stu.sdept,cno.cno,cno.cname,cno.grade
from stu,cno
where stu.sno=cno.sno and stu.sno in (select sno from stu where @A=left(sno,4) ) 展开
@A char (8)
as
select stu.sno,stu.sname,stu.sdept,cno.cno,cno.cname,cno.grade
from stu,cno
where stu.sno=cno.sno and stu.sno in (select sno from stu where @A=left(sno,4) ) 展开
2个回答
展开全部
数据窗口有几种源,quick select ,sql select ...,最后一个就是存储过程。
你可以使用存储过程最为数据窗口的源,这样就能在前台数据窗口中显示了。
你可以使用存储过程最为数据窗口的源,这样就能在前台数据窗口中显示了。
更多追问追答
追问
试了,不行,它不认识@
追答
是可以的。你再试试看。选好存储过程后,出现让你创建字段的窗口,字段的顺序,要按照存储过程中最后的select顺序,并且数据类型对应,是可以创建的。而你的@a,就是数据窗口的查询参数。
注意一下,选择存储过程的时候,上方有一个选项,选择manual result set,然后进行设置。
不要选择【系统存储过程】这项。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询