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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL

Status
Not open for further replies.

korata

Technical User
Aug 24, 2004
38
US
I have SQL statement i have written and i would like to use this to generate a report using CR 8.5.Is it possible to do that?if so how can i embedded my sql script to CR 8.5
thank you


 
Use the More Data Sources ADO or RDO (you'll end up using ODBC). You can paste then paste in your SQL.

There are limitations, so I would suggest using a View or a Stored Procedure.

Some of this is dependent upon twechnical information that you didn't share, such as the software used (database and the connectivity?), basic essential infomation required when analysing any process.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top