G
Graham Blandford
Hi all,
Can anyone assist me? VB6er trying to delve into the world of .NET...
I have inherited a poorly designed database (access).. that uses
multi-column keys to determine parent-child relationships. Could anyone
suggest how I can handle this using a relation in VB.NET.
E.g.
Table "Area"
Year
AreaId
AreaName
has a primary key of Year and AreaId,
Table "Section" has child records of "Area";
Year
AreaId
Section
Section Name
Therefore, child records are selected as those that have the same Year and
AreaId ..
If anyone can help I'd very much appreciate it.
Thanks,
Graham Blandford
Can anyone assist me? VB6er trying to delve into the world of .NET...
I have inherited a poorly designed database (access).. that uses
multi-column keys to determine parent-child relationships. Could anyone
suggest how I can handle this using a relation in VB.NET.
E.g.
Table "Area"
Year
AreaId
AreaName
has a primary key of Year and AreaId,
Table "Section" has child records of "Area";
Year
AreaId
Section
Section Name
Therefore, child records are selected as those that have the same Year and
AreaId ..
If anyone can help I'd very much appreciate it.
Thanks,
Graham Blandford