expression too complex

  • Thread starter Thread starter Anderson
  • Start date Start date
A

Anderson

Hi!

I´m using a OleDbDataAdapter to fill my DataSet object, and to do the
database update work the OleDbCommandBuilder class. But, when I call the
OleDbDataAdapter.Update(DataSet) method VB returns me a "Expression too
complex" exception.

Any help?


Thanks
Anderson
 
Hi!

I´m using a OleDbDataAdapter to fill my DataSet object, and to do the
database update work the OleDbCommandBuilder class. But, when I call the
OleDbDataAdapter.Update(DataSet) method VB returns me a "Expression too
complex" exception.

Any help?

Thanks
Anderson

What is the datasource? What is the update command? Is your result
set from multiple tables?
 
Back
Top