Search found 8 matches
- 31.12.2013, 11:30
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZConnection1.ComponentCount
- Replies: 3
- Views: 2182
Re: ZConnection1.ComponentCount
procedure TSISHandleException.AppException(Sender:TObject; E:Exception); var Log: TextFile; ErrCode,i,x,y :integer; AConected :boolean; ASource: TComponent; Formulario :TForm; IdentificadorQuery:tstringlist ; IdentificadorForm:tstringlist ; begin {$I-} try IdentificadorQuery := TStringList.Create; i...
- 24.12.2013, 12:12
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZConnection1.ComponentCount
- Replies: 3
- Views: 2182
Re: ZConnection1.ComponentCount
Thanks for the feedback, Actually what I'm trying to develop a mechanism for reconnection is the Firebird database, because sometimes the connection drops, there have to close the application and abrila again, wanted to try to develop a mechanism where I catch all the datasets conseguise open before...
- 17.12.2013, 20:34
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZConnection1.ComponentCount
- Replies: 3
- Views: 2182
ZConnection1.ComponentCount
ZEOS 7.1 with Delphi7 and Lazarus 1.3
Why ZConnection1.ComponentCount does not work? always zero results .
I'm trying to have the same result as the old BDE Database1.DataSetCount, so I see what consigar TQuerys station open .
thank
Adilson Pazzini .
Why ZConnection1.ComponentCount does not work? always zero results .
I'm trying to have the same result as the old BDE Database1.DataSetCount, so I see what consigar TQuerys station open .
thank
Adilson Pazzini .
- 17.10.2013, 21:37
- Forum: ZeosLib 7.1 stable Forum
- Topic: Record Integer field using parameter as string
- Replies: 7
- Views: 1182
Re: Record Integer field using parameter as string
yes, I will update here so, here I take the tests, ai post here the result.
Again thank you.
Adilson Pazzini
Again thank you.
Adilson Pazzini
- 17.10.2013, 21:08
- Forum: ZeosLib 7.1 stable Forum
- Topic: Record Integer field using parameter as string
- Replies: 7
- Views: 1182
Re: Record Integer field using parameter as string
Egon, I appreciate the help, more just to understand, I was using version 7.1 stable, I'll have to try to install this version 7.2, confirm?
- 17.10.2013, 19:32
- Forum: ZeosLib 7.1 stable Forum
- Topic: Record Integer field using parameter as string
- Replies: 7
- Views: 1182
Re: Record Integer field using parameter as string
I'm using the database Firebird 2.5.2 32 Bits BD Character Set ISO8859_1 , Collate PT_BR . But for connection with ZEOS'm not specifying anything regarding the Character set of the database. ZConection.ClientCodepage: = 'UNICODE_FSS'; ZConection.ContrlsCodePage := cGET_ACP thank you Adilson Pazzini .
- 17.10.2013, 14:59
- Forum: ZeosLib 7.1 stable Forum
- Topic: Record Integer field using parameter as string
- Replies: 7
- Views: 1182
Re: Record Integer field using parameter as string
Firebird 2.5.2
Character Set ISO8859_1 with PT_BR ;
Adilson .
Character Set ISO8859_1 with PT_BR ;
Adilson .
- 16.10.2013, 16:40
- Forum: ZeosLib 7.1 stable Forum
- Topic: Record Integer field using parameter as string
- Replies: 7
- Views: 1182
Record Integer field using parameter as string
I'm changing my component to zeos BDE. Windows 7, Delphi7 , ZEOS 7.1 . I have the database a field of type Integer, ai in ZEOS qndo I add or change the record infomando its value as String, it is lost, generating a completely different number. Example. ZQuery.sql.add ('UPDATE SET TABLE_TEST CAMPO_IN...