ADO.Net bug

  • Thread starter Thread starter Gani Pola
  • Start date Start date
G

Gani Pola

I try to update a table with 106 fields using the Dataset and get an error
on "Expression too complex....".

If I try insert, it works, only update fails. This happens in my ASP.NET
app. using ADO.NET. The same update using VB6 and ADO works.

Can someone please help? It appears there's a bug in ADO.NET when updating a
table with a lot of fields.

TIA
GP
 
Hi William,

Thanks for your reply.

It does not even work with 1 record - it is not the number of record but
cause by the table containing over 100 fields.

Rgds
GP
 
Back
Top