ZComponent.dcr not contains these two components
component pallete in Delphi is witout bitmaps
Search found 29 matches
- 18.02.2011, 14:21
- Forum: ZeosLib 7.0 Beta Forum
- Topic: ZConnectionGroup and ZGroupedConnection
- Replies: 5
- Views: 2353
- 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/
new version - with this modification (TESTING_REV679) don't work on D2009:
Dynamic SQL error - unexp. end of command
/DB: FB2.1/
- 06.05.2009, 12:25
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Firebird 2.1, ZTable data lost
- Replies: 8
- Views: 1028
- 04.05.2009, 15:44
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Firebird 2.1, ZTable data lost
- Replies: 8
- Views: 1028
- 04.05.2009, 15:14
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Firebird 2.1, ZTable data lost
- Replies: 8
- Views: 1028
- 04.05.2009, 15:06
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Firebird 2.1, ZTable data lost
- Replies: 8
- Views: 1028
- 30.04.2009, 13:01
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Firebird 2.1, ZTable data lost
- Replies: 8
- Views: 1028
- 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...
- 29.04.2009, 08:32
- Forum: ZeosLib 7.0 Beta Forum
- Topic: :v: Firebird 2.1 , Zeos7dev, ZTable.Post error
- Replies: 3
- Views: 492
- 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; //-----------...
- 27.04.2009, 08:37
- Forum: User Contributions
- Topic: [patch_done] Firebird 2.1 driver
- Replies: 16
- Views: 4865
- 24.04.2009, 14:31
- Forum: User Contributions
- Topic: [patch_done] Firebird 2.1 driver
- Replies: 16
- Views: 4865
- 24.04.2009, 14:04
- Forum: User Contributions
- Topic: [patch_done] Firebird 2.1 driver
- Replies: 16
- Views: 4865
- 10.04.2009, 12:38
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: How to create a DB
- Replies: 12
- Views: 6444
- 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...