joinview in 2005

  • Thread starter Thread starter Rick Elbers
  • Start date Start date
Cor,

I dont understand the character of your reaction.
In your sample you write out relations in code.
Your sample is absolutely not scalable for big joins.
Besides it does nothing about insert/update.
The idea of a joinview or updatable view is that
insert/update/get/fill are arranged for you from
a view on related tables.
In VS2005 the dataset copies the
relations for you, but you have to write the
insert and update statements yourself either
in stored procs or in code.


Thats why I want something like that.

Rick
 
Sounds good, drop me an email and maybe we can write one. I've been wanting
one for a while myself. WilliamRyan At Gmail Dot Com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top