If I create a relation between 2 DataTable in my C# code and then update my DataAdapter + acceptChanged on my DataSet, will this Relation be repercuted on the server or is it only a client based relation which is effective only within the application?

Thanks,

KiTe

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

The relationship is made within your dataset, the database will not be modified.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.