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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top