Page 1 of 1

Assertion failure (D:\Projects\Delphi\Dac\Source\DBAccess.pa

Posted: Mon 27 Oct 2008 14:27
by jekyll
День добрый!

У меня появляется следующая ошибка:

Assertion failure (D:\Projects\Delphi\Dac\Source\DBAccess.pas, line 6686)

Не могли бы вы подсказать чем она может быть вызвана?

Я делаю нечто вроде:

var
SomeDataSet: TClientDataSet;
begin
...

SomeDataSet.CreateDataSet; // <-------- assert here
end;

SomeDataSet привязан через Maset-detail к TOraQuery

Версия ODAC: 6.50.0.39

Posted: Wed 29 Oct 2008 08:52
by Plash
We could not reproduce the problem. Please send to odac*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.