.NET equivalent to ADOX?

C

clintonG

Is the functionality we had available via ActiveX Data Objects Extensions
also available to us when using the .NET Framework?

I'm interested in learning what I need to learn to develop a database
via code, add tables, or add columns to existing databases and so on.

I'm hoping somebody has learned to do this and will tell me how to use the
framework to do so.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/
 
R

Rob Windsor

Hi Clinton,

I don't think there is a managed version of the ADOX classes in the
framework but you can still use ADOX from .NET. When you go to Project|Add
Reference you can choose it off the COM tab.
 
C

clintonG

Thanks Rob. I'll look at that.


<%= Clinton

Rob Windsor said:
Hi Clinton,

I don't think there is a managed version of the ADOX classes in the
framework but you can still use ADOX from .NET. When you go to Project|Add
Reference you can choose it off the COM tab.
 
G

Guinness Mann

Is the functionality we had available via ActiveX Data Objects Extensions
also available to us when using the .NET Framework?

I think you're looking for ADO.NET. Here are some references:

ADO.NET in a Nutshell By Bill Hamilton, Matthew MacDonald

ADO.NET Programming in Visual Basic™ .NET By Steve Holzner, Bob Howell

Building Web Solutions with ASP.NET and ADO.NET By Dino Esposito

C#® Developer's Guide to ASP.NET, XML, and ADO.NET By Jeffrey P.
McManus, Chris Kinsman

Database Programming with Visual Basic® .NET and ADO.NET: Tips,
Tutorials, and Code By F. Scott Barker

Essential ADO.NET By Bob Beauchemin

Microsoft® ADO.NET (Core Reference) By David Sceppa

Pragmatic ADO.NET: Data Access for the Internet World By Shawn
Wildermuth

Sams Teach Yourself ADO.NET in 21 Days By Dan Fox

Sams Teach Yourself ADO.NET in 24 Hours By Jason Lefebvre, Paul Bertucci

Visual Basic® .NET Developer's Guide to ASP.NET, XML, and ADO.NET By
Jeffrey P. McManus, Chris Kinsman

-- Rick
 
G

Guinness Mann

Gee thanks Guinness. Did you used to work in a bookstore
loading the shelves? ;-)

No, but I have Safari Bookshelf from O'Reilly, so I just did a search
for books with ADO and NET in the titles and then pasted them into the
message.

You might consider getting a (free) trial membership in Safari -- that
would give you the opportunity to look over all those books (well, ten
of them anyway) and decide if any were worth buying.

http://safari.oreilly.com

I have no connection with Safari or O'Reilly, other than as a satisfied
consumer of their products and services.

-- Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top