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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C# Wrappers Of ADO Interfaces 2

Status
Not open for further replies.

apostolchopov

Programmer
Jun 8, 2004
53
BG
Hi!

Using Delphi I have managed to create wrapper objects of most of the ADO interfaces, such as _RecordSet, _Command, etc. Can I do the same in C#? Is this question relevant, by the way?

I have no experience with C#.
 
There's no need to create your own wrappers. The ADO.NET library provides the objects you need, such as Connection, Command, DataSet, DataReader, etc.


FYI, the .NET framework supports the Delphi language.
 
Another question that has nothing to do with the previous one. Can I create C# object wrappers of COM interfaces? Suppose that C# has not got such objects in its class library. What am I going to do in this case?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top