This is a migrated thread and some comments may be shown as answers.

TableAdapters and joined tables help

0 Answers 63 Views
Getting started with ASP.NET
This is a migrated thread and some comments may be shown as answers.
Scott MacDonald
Top achievements
Rank 2
Scott MacDonald asked on 20 Jul 2007, 12:55 AM
Hi,

In my tableadapter I am trying to join two related tables together in a select query and have the dataset generate the insert, update, delete methods automatically. But the "Create methods to send updates directly to the database (GenerateDBDirectMethods) is grey'd out as soon as I do an innerjoin with the other table.
 
Can someone help me with this? The only information I could find was that GenerateDBDirectMethods does not support joined tables and that I have to create those methods manually. Is this correct? Can someone help me out with a little more detailed info on how to get around this limitation?

Many thanks,

Scott

No answers yet. Maybe you can help?

Tags
Getting started with ASP.NET
Asked by
Scott MacDonald
Top achievements
Rank 2
Share this question
or