Error saving data from dataset with expression column

G

Guest

Hi,

I have a dataset created by dragging table from database explorer. Then I
have added a column in dataset with expression cant * price in order to get
calculation from two columns.

This work fine.

But when I try to save data into database using datadapter.update method i
get the error:
Cannot change ReadOnly Property for expression column.

Anyone can help me?

Thanks.
 
C

Cor Ligthert

JMBC,
But when I try to save data into database using datadapter.update method i
get the error:
Cannot change ReadOnly Property for expression column.
I assume that this is not a way trying to update an expression column in a
database?

Normally is that column not affected in the update.

Cor
 
C

Cor Ligthert

JMBC,

I seldom use the wizard, however thanks for your information. Reading it, it
becomes very clear.

Cor
 

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

Top