According to Microsoft (quoting the links below)
http://support.microsoft.com/kb/910696/en-us
http://support.microsoft.com/kb/840667
the use of ADO in ASP.NET applications is unreliable and thus discouraged. Does this also apply to Crystal Reports embedded in ASP.NET applications (Crystal Reports for Visual Studio), i.e. using the ADO connector within the reports. If so, should we use ODBC instead, or do we need to move to ADO.NET, which would mean having to populate datasets in code before calling the report?
Regards
John