Re: Where is Connector/NET Documentation
Posted by: David Dimmer
Date: December 23, 2004 02:27PM

This MySql connector very closely emulates Microsoft Data Access Application Block. I believe Reggie is trying to follow there logic and rules as closely as possible so users of one can easily implement the other.

Summary: The Data Access Application Block is a .NET component that contains optimized data access code that will help you call stored procedures and issue SQL text commands against a SQL Server database. It returns SqlDataReader, DataSet, and XmlReader objects. You can use it as a building block in your own .NET-based application to reduce the amount of custom code you need to create, test, and maintain. The download provides full Visual C# and Visual Basic .NET source code and comprehensive documentation.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daab-rm.asp

Sincerely,
David Dimmer
Director of Development

Fyin, Inc.
Local: (414) 431-8674
Toll free: (800) 680-2326
Fax: (414) 431-8704
W: http://www.fyin.com
Complete Website Design and Interactive Programming

Options: ReplyQuote


Subject
Written By
Posted
Re: Where is Connector/NET Documentation
December 23, 2004 02:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.