Hi Trevor,
Since posting this query I have found out that, in my companies instance, the OLE DB provider for Mincom is not installed on the client computers by default.
I guess that once this is done, using it should be the same as accessing the database using the MSDAORA provider for Oracle. This is how I have been accessing the tables until now, which is not a good way as it ignores all the business rules built into Mincom Ellipse.
All you should need to reference in your project is 'Microsoft ActiveX Data Objects 2.?' and then ensure that you specify MIMSDA in the 'Provider' parameter of the connection string. For example, all I had to do was install the Oracle client and was able to use the MSDAORA provider to access the Mincom Ellipse database tables.
At the moment I am trying to get the OLE DB provider for Mincom installed, so until then I can only provide you with code that uses the MSDAORA provider, but it should be essentially the same. If you want the code just let me know your e-mail address so I can send it to you.