Hi,
My reports are based on stored procedures.
I am swapping the datasource from an ODBC connection, to an ADO connection
e.g I select Microsoft OLE DB Provider for SQL Server, and put in the connection details for my SQL Server 2012 database.
On some reports, all of the report fields will be unmapped ( Please see attached .png file )
I feel it might be due to the design of the procedure, specifically if a temporary table is used. e.g. Declare a temp table ( create table #temp_results) , populate it, then return the data from the temp table.
This behaviour occurs on Crystal reports XI Release 2 version 11.5.12.1838
It also occurs in version Crystal Reprots 2011 SAP Business Objects CR Developer version 14.0.4.738
Could anyone provide any insight on how to avoid this?