Error (2.5 ~ 2.7.09)

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjzws
Posts: 20
Joined: Fri 17 Jul 2009 02:33

Error (2.5 ~ 2.7.09)

Post by wjzws » Fri 17 Jul 2009 03:00

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)

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 17 Jul 2009 07:39

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.

Post Reply