M
Mike
Dear Group,
When I add a DataTable to a Typed Dataset, and a TableAdapter to the
DataTable, I am able to create methods to send updates directly to the
database (GenerateDBDirectMethods), however when my TableAdapter Fill SQL
contains a WHERE clause which looks up a field from another joined table,
the Fill works perfectly, but I cannot Insert, Update or Delete using the
TableAdapter.
Does anyone know why this is?
I don't want to return ALL the data and then filter the results, I need to
do this within the WHERE clause.
I'm binding the DataTable to a DataGridView.
Many thanks in advance!
Mike
When I add a DataTable to a Typed Dataset, and a TableAdapter to the
DataTable, I am able to create methods to send updates directly to the
database (GenerateDBDirectMethods), however when my TableAdapter Fill SQL
contains a WHERE clause which looks up a field from another joined table,
the Fill works perfectly, but I cannot Insert, Update or Delete using the
TableAdapter.
Does anyone know why this is?
I don't want to return ALL the data and then filter the results, I need to
do this within the WHERE clause.
I'm binding the DataTable to a DataGridView.
Many thanks in advance!
Mike