.Net master-detail interface

  • Thread starter Thread starter r
  • Start date Start date
R

r

I can build an interface for a master-detail database in about 5 minutes
with vb6 using the data environment 1.0 reference.
Does .Net have anything similar or must I define a connection, datadapters
and the relational schema by hand?
 
Visual Studio supports the DataAdapter configuration wizard which goes a
long way toward this goal, but you have to define the relationships yourself
in code.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top