Search found 6 matches
- 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;...
- 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
- 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...
- 25.02.2010, 21:20
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Error on close application with IntraWeb 10
- Replies: 4
- Views: 761
- 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, ...
- 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...