• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

information required JSP page integration

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Crystal Reports is a commercial product.
Have you looked at their documentation?
That's where I would start.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic