Patch for ZConnection.pas
Posted: 29.10.2006, 15:29
Hi,
please add following code to TZConnection:
Type TZConnection...
...
public
...
function DatasetCount:Integer;
...
function TZConnection.DatasetCount:Integer;
begin
Result:=FDatasets.Count;
end;
This is for backward compatibility to older Zeoslibs.
Thank you
please add following code to TZConnection:
Type TZConnection...
...
public
...
function DatasetCount:Integer;
...
function TZConnection.DatasetCount:Integer;
begin
Result:=FDatasets.Count;
end;
This is for backward compatibility to older Zeoslibs.
Thank you