Using Access
I have created an oledbdataadapter
configured the select command
created an oldbcommandbuilder for the dataadapter
When I attempt to update the dataset, I get the following
error
"Dynamic SQL generation is not supported against a select
command that does not return any base table information"
The table does have a primary key.
Thanks in adnvance
John Lott