Could it be a BUG?

borneoo

Member
Hi

In my application I used doa346 together with RxMemory dataset, it was ok, but when I was changed to doa404/405 I received a design and runtime error (accesviolation) in :

TOracleDataSet.GetSession()

~stacktrace
TDataLink.SetActive
TOracleNavDataLink.ActiveChanged
TOracleNavDataLink.EditingChanged
TOracleDataSet.GetDetached
TOracleDataSet.GetSession

Could it be a null value problem?

Thx in advance
borneoo
 
More info about this:

It only happens when the DOA navigator is attaced
to a datasource where the dataset is a RxMemory dataset!
 
You can only use a TOracleNavigator on a TOracleDataSet. It was not designed for other TDataSet descendants.
 
Back
Top