Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best Practice for Designing Against Oracle

Status
Not open for further replies.

jfrost10

Programmer
Jun 3, 2001
2,004
0
0
CA
We want to provide Crystal Reports (designed in the CR 11 IDE) for our application, which interfaces with Oracle 10g.

We want the reports to connect directly to the Oracle database to retrieve data, not use any .NET datasets or other DTO type of objects, so we've used the Crystal Reports driver for Oracle and set up an DSN connection for it to use.

The problem is that the query string in the reports are getting hard coded to the instance of the database
(i.e. This_Database.SP_GetCustomer...)

The idea was that we could have the reports be totally decoupled from the app so that users could create their own reports and have them load up in the web app with minimal configuration necessary.

So the question I have is: Is there a way that we can have the report strip out the name of the database from the query string (we have the ability to pass in the database name from the application if need be)?

Thanks

JF
 
I think you would have more luck in one of these forums:
forum766 or forum768.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top