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

Access records directly thru a SQL call

Status
Not open for further replies.

dzavad

Programmer
Apr 17, 2000
167
US
Is it posible to access records directly thru a SQL call in crystal reports 10?
If it is posible then how?
 
That would depend on yourt Crystal version and the database.

Since CR 9 you can use the Add Command listed below your data source to paste in the SQL and create and insert parameters.

Otherwise it gets trickier.

You're probably better served to create a View or SP on the database for maintenance and reusabilities sake.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top