Dynamic SQL generation for the UpdateCommand

  • Thread starter Thread starter John
  • Start date Start date
J

John

I upgraded the MDAC to 2.8 on a server/system that has been in
operation for several months, but now get the following error:


Dynamic SQL generation for the UpdateCommand is not supported against a

SelectCommand that does not return any key column information.


Has anyone else experienced this?


I am using Oracle 9.3 as the database; every table has PK populated
with GUIDs.


Thanks,


John
 
Thanks for the reply. Yes, the key is included in the query. We have
resolved the problem after determining that the OLEDB.NET = TRUE was
accidentally changed for the connection properties.
 
Back
Top