P
Paul
I have a SQLDataSource.
It has a SelectCommand with a query that has a several JOINs.
I have a UpdateCommand that does not work.
Is it true that if the SelectCommand has any joins, then the UpdateCommand
does not work "automatically"?
If that is true, then how can I use the UpdateCommand if my SelectCommand
has joins in it?
TIA
It has a SelectCommand with a query that has a several JOINs.
I have a UpdateCommand that does not work.
Is it true that if the SelectCommand has any joins, then the UpdateCommand
does not work "automatically"?
If that is true, then how can I use the UpdateCommand if my SelectCommand
has joins in it?
TIA