ADO calls in Domino 8.0.2/AIX

We went for new UNIX(AIX) Domino servers and I have to migrate a complex application from 6.5 to 8.0.2The application uses Windows services, a Java stand alone application sitting on the Domino server and a Notes application.

I was asked by the developer if ADO calls are supported in the new environment.

Have anyone had some experience with ADO calls on UNIX servers ?

TIA

Subject: ADO is Windows only

ADO = ActiveX Data Objects. It’s part of the Microsoft data access libraries and therefore is Windows only. There is some effort being made in the scope of the Mono project to port ADO.Net to *ix, but I don’t know its status.