Connecting to external databases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know this topic has come up over the years, so please bear with me. I don't think this is a repeat of things that have been asked before.
I have been tasked with modernizing an ARX extension that has been around for a long time. It connects to an external Oracle database, and is currently built using ASI/ASE extensively to do this. I know that Autodesk announced the deprecation of that technology way back in 2000, and they finally removed it 18 years later. Back in 2000, they stated that the modern way to connect to external databases was via the Data Connection Object. However, they didn't explain how to get from ASI/ASE to DCO.
I have searched forward from ObjectARX R14 to ObjectARX 2021 and haven't found anything resembling a migration guide or even a description of the DCO API. Even our old friend Google hasn't turned up anything. This make me wonder if there ever was such a thing.
I seem to be left with the conclusion that the way one now should make this connection is via the standard C/C++ MFC ODBC classes, and that the so-called Data Connection Object is, in reality, nothing more than a reference to the Microsoft way of doing things.
If that really is the case, I guess what I'm looking for is confirmation from the members of this group that I am correct in my conclusion, and that the task I will now have is to convert/migrate from an archaic technology to another one that has actually been around for years.
My apologies for the long-winded approach, and my thanks in advance for anything that anyone can contribute to ease my confusion.

