Passing data from a COM server to a client

From: Softeng (adrian.clarke_at_opus.co.nz)
Date: 10/09/03


Date: 8 Oct 2003 16:01:12 -0700

Hi All,

I have created a COM object as a middle tier that is talking to an
Oracle database using DOA - allroundautomations.com. This works well
but now I have to feed datasets (results from queries e.t.c) back to
my client apps and are unsure of how to package it up.

Basically the client apps are either delphi, visual baseic, access or
PHP apps. Can someone point me in the right direction as to how to
pass records back??

Do I have to package the result sets up into ADO data sets and send
them back?

Thanks in advance.