K
Ken
It seems we can update a database directly using Primary (Main)
database connections.
However, when I try and alter the DataAdapter's Command to an "Update
XXX set …." Type SQL statement and call the Query() method although no
error is thrown the database is not updated.
How can turn a Select query into an Action Query on a secondary Data
Source?
-Ken
database connections.
However, when I try and alter the DataAdapter's Command to an "Update
XXX set …." Type SQL statement and call the Query() method although no
error is thrown the database is not updated.
How can turn a Select query into an Action Query on a secondary Data
Source?
-Ken