I have an application which includes a data report which is dynamically bound to a data source. When this data source is a record set returned by an ActiveX DLL the application works OK, but when I change the DLL into an ActiveX exe I get an error 8577 "Failed getting rowset(s) from data source". The code in the dll and the exe is identical.
Can anyone suggest why I am getting the error and a workround to avoid it.
Can anyone suggest why I am getting the error and a workround to avoid it.