How could I pass my COM Function or Stored Procedures with parameters into Crystal Report.
Example ::
crystalreport.sql = "Select * from where <tablename> = <myparameter>"
crystalreport.action = 1
How could i connect my stored procedures into crystal report?
or
How could i connect my DLL file into crystal report?
Example:
****stored procedures
crystalreport.sql = 'Select * from table where <mytablename> = <>'
crystalreport.action = 1
crystalreport.parameterfield(0) =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.