Search found 29 matches

by SlavoF
18.02.2011, 14:21
Forum: ZeosLib 7.0 Beta Forum
Topic: ZConnectionGroup and ZGroupedConnection
Replies: 5
Views: 2353

ZComponent.dcr not contains these two components
component pallete in Delphi is witout bitmaps
by SlavoF
19.08.2009, 10:56
Forum: ZeosLib 7.0 Beta Forum
Topic: [bug_fixed] ZDbcGenericResolver-FormInsertStatement (REV679)
Replies: 4
Views: 565

[bug_fixed] ZDbcGenericResolver-FormInsertStatement (REV679)

Old version of this funkcion -> wihout procedure Append.... and SetLength(TempX,...) is OK
new version - with this modification (TESTING_REV679) don't work on D2009:
Dynamic SQL error - unexp. end of command

/DB: FB2.1/
by SlavoF
06.05.2009, 12:25
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1, ZTable data lost
Replies: 8
Views: 1028

Hi,
autocommit=false not work
mail has been sent
thanks
by SlavoF
04.05.2009, 15:44
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1, ZTable data lost
Replies: 8
Views: 1028

yet once
by SlavoF
04.05.2009, 15:14
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1, ZTable data lost
Replies: 8
Views: 1028

hmm ... ,
interesting
by SlavoF
04.05.2009, 15:06
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1, ZTable data lost
Replies: 8
Views: 1028

yes
by SlavoF
30.04.2009, 13:01
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1, ZTable data lost
Replies: 8
Views: 1028

after
by SlavoF
30.04.2009, 12:59
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1, ZTable data lost
Replies: 8
Views: 1028

Firebird 2.1, ZTable data lost

Hi, ZEOSLIB_TESTING_REV617 , D2009 , Firebird 2.1 Import data from paradox table into TZTable: cashedupdates=false autocommit=true while not ImportTable.eof ... ZTable.Append; ... for I :=0 to ZTable.FieldCount-1 ZTable.FieldByName(FName).Value := FValue; ... ZTable.Post; ... All rows and fields are...
by SlavoF
29.04.2009, 08:32
Forum: ZeosLib 7.0 Beta Forum
Topic: :v: Firebird 2.1 , Zeos7dev, ZTable.Post error
Replies: 3
Views: 492

yes,
resolved
:thanks:
by SlavoF
28.04.2009, 15:29
Forum: ZeosLib 7.0 Beta Forum
Topic: :v: Firebird 2.1 , Zeos7dev, ZTable.Post error
Replies: 3
Views: 492

:v: Firebird 2.1 , Zeos7dev, ZTable.Post error

Hi, ZEOSLIB_TESTING_REV617 D2009 Firebird 2.1 ZTable.Edit; ZTable.FieldByName('x').Value := 1; ZTable.Post; ZTable.Edit; ZTable.FieldByName('x').Value := 2; // if value changed -> OK ZTable.Post; ZTable.Edit; ZTable.FieldByName('x').Value := 2; // if value is same -> error ZTable.Post; //-----------...
by SlavoF
27.04.2009, 08:37
Forum: User Contributions
Topic: [patch_done] Firebird 2.1 driver
Replies: 16
Views: 4865

yes, now it's works correctly
:thanks:
by SlavoF
24.04.2009, 14:31
Forum: User Contributions
Topic: [patch_done] Firebird 2.1 driver
Replies: 16
Views: 4865

hmm... :roll:
why not initialized ? then too equals 0 , or not ?
and what is expected to be the value of bufsize ?

result = "Out of memory"
by SlavoF
24.04.2009, 14:04
Forum: User Contributions
Topic: [patch_done] Firebird 2.1 driver
Replies: 16
Views: 4865

Mark, seawolf
Thanks
but I still waiting
changes in ZdbcInterbase6Utils don't help me
by me FB 2.1 work so far better with 2.0 driver
by SlavoF
10.04.2009, 12:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How to create a DB
Replies: 12
Views: 6444

yes,
7.x on D2009
by SlavoF
09.04.2009, 15:06
Forum: User Contributions
Topic: [patch_done] Firebird 2.1 driver
Replies: 16
Views: 4865

ZEOSLIB_TESTING_REV617.zip D2009 Firebird 2.1 ZPlainFirebirdDriver.pas: function TZFirebird21PlainDriver.isc_interprete(buffer: PAnsiChar; status_vector: PPISC_STATUS): ISC_STATUS; var bufsize : integer; begin bufsize := 0; Result := FIREBIRD_API.fb_interpret(buffer, bufsize, status_vector); end; Re...