I have created an activex dll in visual basic 6. The Activex returns in a procedure an adodb.recordset.
This recordset causes problems to read from Delphi 5. The other activex functions and procedures passing strings and numbers works perfect in Delphi.
What is the correct syntax for passing this adodb.recordset succesfully? Should the visual basic activex pass a adodb.recordset or a variant? On the other hand should Delphi declare dataset.recordset (fails on compile in delphi),a _recordset (fails on compile in Delphi) or a olevariant to handle the recordset from the activex (fails when accessing fx. fieldcount)?
Thanks in advance!
Thomas Bak
This recordset causes problems to read from Delphi 5. The other activex functions and procedures passing strings and numbers works perfect in Delphi.
What is the correct syntax for passing this adodb.recordset succesfully? Should the visual basic activex pass a adodb.recordset or a variant? On the other hand should Delphi declare dataset.recordset (fails on compile in delphi),a _recordset (fails on compile in Delphi) or a olevariant to handle the recordset from the activex (fails when accessing fx. fieldcount)?
Thanks in advance!
Thomas Bak