Previous Thread

8/16/2006 2:24:02 AM    Crystal report shows only one row from custom OLE DB Provider
Hi All, 
 
I am trying to develop an OLE DB Provider using the ATL template “UpdatePV 
 
Sample”. I have a problem that crystal report shows only one row of a table 
 
from this provider. Where as the same provider is returning complete table in 
 
a C# application. Can someone please help me to identify the problem or 
 
implementation I need in provider to get complete table in Crystal Report? 
 
Also the server explorer in Visual Studio 2003 doesn’t fetch any record from 
 
the provide at all, although it shows the structure of the table in it s 
 
Connections Tree view. When I select to “Retrieve Data from Table” it shows 
 
an error message as 
 
“Item cannot be found in collection corresponding to the 
 
requested name or ordinal.” 
 
What is missing for Server Explorer in the provider? 
 
Thanks in advance