I have a ActiveX exe server that I want to be able to pass recordsets to client applications. Of the many ways to pass this type of information does anybody know the pro's and concon's of each?
This is a old old old question and one that never seems to get answered. There are a few different ways of passing yuor data between com layers, firstly disconnected recordsets with ADO. Easy enough to do and there are loads of example code snippets out on the web and in books, You might also convert your recordset into a variant array and pass that (A bit weighty)!, my favourite is to convert your recordset into a XML file and transfer that as this is much more in keeping with a DN approach.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.