HELLO EVERYBODY!
I am creating DLL that will be configured as COM+ component.
In the DLL I have
Public Function GetCustData(p_SQL As String, cust_str As String) As ADODB.Recordset.
I need to create Property Procedures LET and GET for every field of the GetCustData recordset .
Does anybody know how to do this.
Thanks in advance.