Page 1 of 1

Error (2.5 ~ 2.7.09)

Posted: Fri 17 Jul 2009 03:00
by wjzws
function TCustomMSDataSetService.GetIConnection: TOLEDBConnection;
begin
Result := TOLEDBConnection(TDBAccessUtils.GetIConnection(UsedConnection));
Assert(Result nil); //upd1 should be error
end;

UniConnection1 : disconntctedMode:=true
Pooling:=true;

uniquery1: cachedupdate:=false;


delete , (edit -> post) is ok !
but
append -> post is error !

Assertion failure (D:\unidac200src\Source\UniProviders\SQLServer\MSServicesUni.pas, line 1385)

Posted: Fri 17 Jul 2009 07:39
by Plash
We could not reproduce the problem. Please send to unidac*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.