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

Editing SQL

Status
Not open for further replies.

peterDavey

Programmer
Jun 12, 2003
1
AU
G'day,
I've just upgraded from CR8 to 9 mainly because 9 offers more control over SQL. I have an existing report for which I want to edit the SQL. hOW DO i DO THAT IN cr9?

Thanks

cheers
peterDavey
 
You can use SQL as the data source for your report by using the ADD command (which technically you could do with CR 8.5 as well by using ADO/RDO and pasting the SQL in).

Even in CR 8.5, try not to edit the SQL as you'll lose the record selection formula functionality.

The best methodology is to create Views or SP's on the database itself.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top