Could you explain more about how that would work?
Let me explain what I am trying to do. I am working as a contractor hired to produce Crystal reports for a medical sevices company. The patient info is held in a DB2 database on a mainframe. Each day a patient appointment list is going to appear in a Lotus view. I need that data to begin the process of grinding thru the DB2 data to produce the reports.
The entire process is to be driven from Lotus, which will receive the appointment list data via faxes, load that data into a Lotus database to supply the view. Lotus will then kick off the Crystal report generation and then take the completed reports, convert them to pdf's, and fax them to the doctors' offices.
My idea is that since this is already being driven from Lotus, why not first send the appointment data directly into an existing table in DB2 so that I can incorporate that data into DB2 views and generate the SQL logic to feed the reports. The amount of data in the appointment list is small, 10 fields and maybe a few hundred records per day.
As part of the report generation I would also like to have some permanent working tables in DB2 emptied and repopulated by delete and append DB2 views, but have them called from code within Lotus.
I know this post is a little long but I wanted to lay out the strategy, we have tried many other ways to try to incorporate the appointment data with the DB2 data and have been unsuccessful. I have no Lotus development experience, I have worked with different kinds of database development but not with DB2. I have been meeting resistance from both the Lotus people and DB2 people, they are busy with other tasks and would prefer that I come up with a solution that doesn't require any work from them. I have even tried to use Crystal as a data conduit from Lotus to DB2 using subreports and parameters, but found no practical method.
Thank you for any help you may be able to offer.