Hello,
I have a stored procedure in SQL Server which returns a small recordset. On the SQL side, I can open it and data is returned perfectly. 5 records with about 10 fields, all containing good data.
Then I try to create a Crystal Report (9.2). I do a new database / server connection, point to the right database, and find my stored procedure. I get a blank report as usual, and can select fields from the field explorer to drag onto my report. I should be able to drag a couple of fields from the explorer and drop them in the detail area and preview 5 records of data, right?
Wrong. I get back only 3 records, and one of my fields is always blank (no data in it). I go back into SQL Query Analyzer to re-run my stored procedure just in case somebody deleted something. I still get 5 rows of clean data, with numbers in all fields. I go back to Crystal, refresh, and still only 3 rows with an empty field which is populated on the SQL side.
Any ideas?
I have a stored procedure in SQL Server which returns a small recordset. On the SQL side, I can open it and data is returned perfectly. 5 records with about 10 fields, all containing good data.
Then I try to create a Crystal Report (9.2). I do a new database / server connection, point to the right database, and find my stored procedure. I get a blank report as usual, and can select fields from the field explorer to drag onto my report. I should be able to drag a couple of fields from the explorer and drop them in the detail area and preview 5 records of data, right?
Wrong. I get back only 3 records, and one of my fields is always blank (no data in it). I go back into SQL Query Analyzer to re-run my stored procedure just in case somebody deleted something. I still get 5 rows of clean data, with numbers in all fields. I go back to Crystal, refresh, and still only 3 rows with an empty field which is populated on the SQL side.
Any ideas?