I have a TDatabase with the ReadOnly property = False.
I have a TQuery (with no joins) with RequestLive = True and Unidirection = False with a datasource with the AutoEdit property = True.
However, when I try to put the datasource into an Edit or insert state, I get an error:
"Cannot modify a read-only dataset."
Can someone please let me know where else I should look to figure out why it thinks the dataset is read only?
Thanks!
Leslie
landrews@metrocourt.state.nm.us
There are 10 types of people in the world -
those who understand binary
and
those who don't!
I have a TQuery (with no joins) with RequestLive = True and Unidirection = False with a datasource with the AutoEdit property = True.
However, when I try to put the datasource into an Edit or insert state, I get an error:
"Cannot modify a read-only dataset."
Can someone please let me know where else I should look to figure out why it thinks the dataset is read only?
Thanks!
Leslie
landrews@metrocourt.state.nm.us
There are 10 types of people in the world -
those who understand binary
and
those who don't!