Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在水晶报表中链接 2 个存储过程?我读到存储过程不能在水晶报表中调用另一个存储过程?
您应该能够在数据库“专家”或命令中这样做。但是,JOIN将在 Crystal Reports 中完成WhileReadingRecords。
JOIN
WhileReadingRecords
如果由于某种原因这不起作用,请将第二个 SP 嵌入子报表中,然后将主报表链接到子报表。
这些方法都不是非常有效。您应该考虑以 CR 可以有效使用的方式组合查询。
在我看来,应该在报告中避免存储过程,因为它们: