Search found 2 matches

by andrem
12.06.2014, 21:24
Forum: ZeosLib 7.1 stable Forum
Topic: Error in TZAbstractDatabaseMetadata.HasNoWildcards
Replies: 0
Views: 1109

Error in TZAbstractDatabaseMetadata.HasNoWildcards

This function returns "inverted" result: {** Check if pattern does not contain wildcards @param Pattern a sql pattern @return if pattern contain wildcards return true otherwise false } function TZAbstractDatabaseMetadata.HasNoWildcards(const Pattern: string ): boolean; var I: Integer; Prev...
by andrem
10.06.2014, 19:35
Forum: ZeosLib 7.2 Forum
Topic: Error on double ApplyUpdates
Replies: 0
Views: 1181

Error on double ApplyUpdates

procedure TZAbstractCachedResultSet.PostUpdatesCached; var i: Integer; begin CheckClosed; if FInitialRowsList.Count > 0 then begin i := 0; while i < FInitialRowsList.Count do begin OldRowAccessor.RowBuffer := PZRowBuffer(FInitialRowsList[i]); NewRowAccessor.RowBuffer := PZRowBuffer(FCurrentRowsList...