Search found 6 matches

by ffabian
12.03.2010, 06:36
Forum: ZeosLib 7.0 Beta Forum
Topic: Error on close application with IntraWeb 10
Replies: 4
Views: 761

Hi, If the database are closed I have not error I have the error inside the procedure TIWForm1.IWAppFormDestroy(Sender: TObject); I believe that ZConnection1 have not valid data, on destroy I have 2 lines Zquery1.Close; // here I have not error if Assigned(zConnection1) then ZConnection1.Disconnect;...
by ffabian
08.03.2010, 14:44
Forum: ZeosLib 7.0 Beta Forum
Topic: W1058 Implicit string cast with potential data loss from
Replies: 2
Views: 656

I sorry, I tried :wallb: but I can not find the solution, I not a guru of Delphi

Fabian :(
by ffabian
01.03.2010, 03:26
Forum: ZeosLib 7.0 Beta Forum
Topic: W1058 Implicit string cast with potential data loss from
Replies: 2
Views: 656

W1058 Implicit string cast with potential data loss from

I receive the warning: [DCC Warning] ZDbcInterbase6.pas(527): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString' line 527 StrPCopy(DBName, HostName + '/' + IntToStr(Port) + ':' + Database) line 529 StrPCopy(DBName, HostName + ':' + Database) line 523 StrPCopy(DBName, D...
by ffabian
25.02.2010, 21:20
Forum: ZeosLib 7.0 Beta Forum
Topic: Error on close application with IntraWeb 10
Replies: 4
Views: 761

I test with fbclient 2.1.1.17910.dll

and Update the server to 2.1.3.18185 , the last at 2010-02-24, and the problem continue. :cry:
(I have not old fbclient.dll)

Thank you
by ffabian
21.02.2010, 02:34
Forum: ZeosLib 7.0 Beta Forum
Topic: Error on close application with IntraWeb 10
Replies: 4
Views: 761

Error on close application with IntraWeb 10

I get error : Exception Class EAccessViolation with message 'Access violation at address 100174A7 in module 'fbclient.dll'. Write of address 011DF634'. I use IntraWeb 10.0.23 with Delphi 2009 For example: File, New, Other, VCL for the Web, VCL for the Web Application Wizard, StandAlone Application, ...
by ffabian
15.02.2010, 21:49
Forum: ZeosLib 7.0 Beta Forum
Topic: Row buffer width exceeded. Try using fewer or longer columns
Replies: 2
Views: 403

Row buffer width exceeded. Try using fewer or longer columns

Hello everyone, this is my first post on Zeos. I have zeos 7.0.0 and Delphi 2009 When a table has many fields and the total width of all is greater than 32767 the table can not be opened. I think this would be ok if the table is HeidiSQL. In firebird should not have this limit. In version 6.6.6. I d...