Home All Groups Group Topic Archive Search About
Author
15 Apr 2005 5:31 PM
Joseph
I have a question concerning ADO.Net's version of data shaping and how it is
used in VB.Net. If anyone can point me to an example, I would very much
appreciate that. Thanks

Author
16 Apr 2005 8:19 AM
Cor Ligthert
Joseph,

You can do almost everything you want. What do you mean with a hirarchal
recordset.
Maybe we can that give a more complete answer.

A recordset does not exist in ADONET.

Cor
Author
16 Apr 2005 2:00 PM
Joseph
What I am trying to accomplish is a parent - child relationship scenario in
VB.NET. In VB6 the command construct Shape was used to perform this
relationship and I am wondering if there are examples out there for VB.NET
that exeplifies this in action. Maybe using the Customer - Orders
relationship in the Northwind database would be a good example.

Show quoteHide quote
"Cor Ligthert" wrote:

> Joseph,
>
> You can do almost everything you want. What do you mean with a hirarchal
> recordset.
> Maybe we can that give a more complete answer.
>
> A recordset does not exist in ADONET.
>
> Cor
>
>
>
Author
16 Apr 2005 5:05 PM
Cor Ligthert
Joseph,

By coincidence did I make this week a sample for somebody, that maybe
answers your question.

It is in this message.
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.adonet/msg/d01afda726480aaa

I hope this helps a little bit.

Cor