If your CF 5 application depends on this, specify a CFPROCPARAM in the correct positional order.
QUERY OF QUERIES
Will not let you use Reserved SQL words (date, size, etc) as field names.
Alias the names in your first SQL query and then use the aliased names instead in the query of queries.
CFREPORT
No longer manages ODBC connection for Crystal Reports. Passes datasource, username and password attributes to Crystal Reports for it to handle the ODBC connection directly.