Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Was it an INSERT, UPDATE, or DELETE? The only one that uses a DbDataReader (I think) is the INSERT, which it uses to retrieve the PrimaryKey that was assigned by the IDENTITY field. So, it could be the case that there was not data returned... or that there is no IDENTITY on the field, or something like that. Could you confirm whether the record is an INSERT, and also, it would help to see the last command that it tried to execute (by turning on DebugMode on the SqlDataSourceItem).
|