If I have a table with 2 million rows and I just need values from 2 of columns, (of course based on some criteria) is there advantage of using a SQL query instead of Visual Linking Expert ?
If you only have one table there is no need for the visual linking expert. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
Just read from the table and select only the rows that you need, and make sure that you're able to pass the where criteria of the SQL through to the database (use Database->Show Sql Query to determine what's being passed).
Probably not much difference but every environment is different. Why don't you try it both ways and tell us what you find? Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.