OleDbCommandBuilder
76604Aug 8 2003 — edited May 16 2007When I am testing DMLOperDS C# sample from otn
against oracle database version 9.2.0.3.0 using Oracle Provider for OLE DB 9.2.0.2.0 Version and Oracle Client 9.2.0.1.0.It get the following errors while trying to
delete or update.However the above works If I connect to
Oracle 8.1.7.4.10 database on windows 2000.
Is this related to any bug.The problem is related to
OleDbCommandBuilder.Any solution or suggestions
Error Message:
Dynamic SQL generation for the DeleteCommand is not supported against a SelectCommand that does not return any key column information
Sridhar