Re: Simple C++ .NET connectivity for mySQL
Posted by: w we
Date: November 23, 2004 02:34AM

I forgot to add that the DataViews are in a way a subclass of DataSets.

It is important to understand the structure, or hierarchy:

-DataSet
--DataTable
---DataRow
----DataColumn

You'd use DataSet->DataTable->DataRow->DataColumn to get or set
a particular value.

DataViews and DataRowViews fall under DataSet branch.

Options: ReplyQuote


Subject
Written By
Posted
Re: Simple C++ .NET connectivity for mySQL
November 23, 2004 02:34AM


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.