Hi
Can anyone tell me is it possible to pass a recordset from a COM to a VB app and how. It seems that I can only pass back standard datatypes like strings, integer ect and not objects or user defined datatypes. I've tried a couple of differnt ways like sending the rs as an adodb.rs and receiving it as an adodb.rs with out any luck.
I want to write a com that has control of the db and client apps that get their data from and write their data to the com. I've never done this before and was wondering what the norm or if there is a norm, prefered or better way of doing this using VB. Should I be loading the data into arrays and passing them back?
Any suggestions on how to tackle this or even the name of a good book that addresses this.
Thanks,
Garry
Can anyone tell me is it possible to pass a recordset from a COM to a VB app and how. It seems that I can only pass back standard datatypes like strings, integer ect and not objects or user defined datatypes. I've tried a couple of differnt ways like sending the rs as an adodb.rs and receiving it as an adodb.rs with out any luck.
I want to write a com that has control of the db and client apps that get their data from and write their data to the com. I've never done this before and was wondering what the norm or if there is a norm, prefered or better way of doing this using VB. Should I be loading the data into arrays and passing them back?
Any suggestions on how to tackle this or even the name of a good book that addresses this.
Thanks,
Garry