Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using COM Component

Status
Not open for further replies.

Fursten

Programmer
Dec 27, 2000
403
0
0
PT
Hi,

I nedd to use a COM component using .Net. The function I need to call returns an ADO recordset. I cannt change the COM. What is the best way to receive that recodset? Making a reference in my project to the ADO library and creating an ADO recordset object? Or is it possible to use an ADO.Net object?

Thank you
 
I have a similar need. The application I want to work with requires a COM component that returns an ADO.Recordset object. Inside the component I want to retrieve a value from a web service.

I can already do the COM using Visual Basic 6, or I can develop the web service client using VB.Net.

How do I combine the two?

Editor and Publisher of Crystal Clear
 
Did you try to add a reference?

Click "Project" menu item
"Add Reference"
Click "COM" tab

DougP, MCP, A+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top