Search found 1 match

by PePi
29.10.2006, 15:29
Forum: User Patches
Topic: Patch for ZConnection.pas
Replies: 0
Views: 1503

Patch for ZConnection.pas

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