I've developed a few DLL that generate data for Crystal Reports. What does your DLL do. It needs to use COM to create an ADODB recordset object. If it doesn't you might need some custom code to wrap the Recordset around your DLL.
Then in crystal reports, select the COM data driver and give it the object name of the registered DLL.
For example my CrystalCalendar DLL registers an object called CrystalCalendar.DataProvider. The COM driver can then see the two recordset objects inside that DLL to use as a data source.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.