I have an identical system DSN set up on my development workstation and server which connects to an IDMS mainframe database. Both DSNs work properly when tested.
The data connection which utilizes this DSN in InterDev works properly. I can see and query my data in InterDev's data view.
However, when binding a Recordset DTC to this data connection I get the following error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Specified driver could not be loaded due to system error 126 (CA-IDMS).
I suspect this is due to the Recordset DTC only being usable with OLE data sources, but I am unsure of how to work-around this problem. Any help would be greatly appreciated.
The data connection which utilizes this DSN in InterDev works properly. I can see and query my data in InterDev's data view.
However, when binding a Recordset DTC to this data connection I get the following error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Specified driver could not be loaded due to system error 126 (CA-IDMS).
I suspect this is due to the Recordset DTC only being usable with OLE data sources, but I am unsure of how to work-around this problem. Any help would be greatly appreciated.