Search found 3 matches

by hafedh.trimeche
17.07.2018, 12:12
Forum: ZeosLib 7.3/8.0 Forum
Topic: Requested database driver was not found
Replies: 3
Views: 2209

Re: Requested database driver was not found

Hello Jan, Thank you for your response. Protocol := 'firebird'; is OK. But removing the engine13 from the path to library an exception raised: Unable to complete network request to host "xnet://Global\FIREBIRD" Please how to set fb_protocol to avoid the engine usage as mentioned: This enab...
by hafedh.trimeche
13.07.2018, 16:57
Forum: ZeosLib 7.3/8.0 Forum
Topic: Requested database driver was not found
Replies: 3
Views: 2209

Requested database driver was not found

Firebird-4.0.0.1057-0_Win32 Zeolib revision 4717 Using revision 4701 worked well but switching to 4717 raised this exception //////////////////////////////////////////////////////////////// constructor TEmbedConnection.Create(AOwner: TComponent); const DBCharacterSet = 'utf8'; begin inherited; Login...
by hafedh.trimeche
03.02.2015, 13:46
Forum: ZeosLib 7.2 Forum
Topic: Range check error
Replies: 7
Views: 2628

Range check error

Compiler Delphi XE7 DEBUG Mode Functions.Add(TZAbsFunction.Create('ABS')); raised exception (range check error) when calling the Hash function procedure TZFunctionsList.Add(Func: IZFunction); var Index: Integer; aKey : LongInt; aName: string; begin aName := Uppercase(Func.Name); aKey := Hash({$IFDEF...