cancel
Showing results for 
Search instead for 
Did you mean: 

How to write parameterized SQL in crystal report?

Former Member
0 Kudos

I write the following SQL with crystal report parameter fields, and it is connecting to SQL 2005

Select Name from Customer where CustID = '{?CustID}'

The SQL profiler show that It is an ad-hoc query, how to write parameterized SQL which can reuse Execution Plan.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183750
Active Contributor
0 Kudos

Transferring to Crystal Reports Design forum.

Ludek