Patch for ZConnection.pas

Code patches written by our users to solve certain "problems" that were not solved, yet.

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
PePi
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 29.10.2006, 15:01

Patch for ZConnection.pas

Post 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
Post Reply