Page 1 of 1

Patch for ZConnection.pas

Posted: 29.10.2006, 15:29
by PePi
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