Dear All,
We have a project in which there is simple a
JSP page containing a button when the button will be clicked the report will be displayed on the JSP page , the report is designed using Crystal Reports 11 , we are using macromedia for JSP coding , now my question is as follows:
1) How can I integrate crystal report 11 with a JSP page when i am using the macromedia
ide.
2) How can i pass the database connection information from the jsp page to the crystal report , is there some library available , i dont want to create database connection at design time in the crystal report I want to pass the db connection property like ip,user id , password from the JSP page.