michaellince
Programmer
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) = 'mytalbe';'myparameter';'true'
crystalreport.action = 1
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) = 'mytalbe';'myparameter';'true'
crystalreport.action = 1