Subject | Re: [ib-support] Buffer(?) Problem |
---|---|
Author | Helen Borrie |
Post date | 2002-08-13T15:00:33Z |
At 02:08 PM 13-08-02 +0000, you wrote:
of tips:
1. InterBase 5.5 had bad bugs and was replaced by 5.6
2. IBX in Delphi 5 was a beta version, also very buggy
Delphi support is available in the Borland newsgroups.
To solve the InterBase problem you could buy the 5.6 upgrade from Borland
or change over to Firebird (free).
You can upgrade your IBX comps with a free download from CodeCentral or you
can try IB Objects or FIBPlus as alternatives to IBX (recommended, as
Borland won't provide future Firebird support in IBX). There are links for
both on the IBPhoenix site, http://www.ibphoenix.com at the Links and Tools
pages.
heLen
(list moderator)
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
______________________________________________________________________
>I have a problem with interbase 5.5 and IBX delphi5 component.Sorry, Faruk, Delphi questions are off-topic here. But here are a couple
>I connected IB database with IBX query component on D5.And then I
>have inserted a dbgrid on the form.
>After execution of program I started to insert rows.Dbgrid can
>display 3 rows at the same time.
>After scrolling with records , display in grid is damaged
>
>A table which has two columns ID and NAME
>
>The records are ;
>ID NAME
>--- ----
>1 Paper
>2 Book
>3 Pencil
>4 Rubber
>5 Keyboard
>
>After scrolling the display of record in dbgrid ;
>
>ID NAME
>--- ----
>1 Paper
>2 Book
>1 Paper
>2 Book
>1 Paper
>
>Note : The records which are on table don't change.The problem is in
>dbgrid display.
>
>How can I solve this problem?
of tips:
1. InterBase 5.5 had bad bugs and was replaced by 5.6
2. IBX in Delphi 5 was a beta version, also very buggy
Delphi support is available in the Borland newsgroups.
To solve the InterBase problem you could buy the 5.6 upgrade from Borland
or change over to Firebird (free).
You can upgrade your IBX comps with a free download from CodeCentral or you
can try IB Objects or FIBPlus as alternatives to IBX (recommended, as
Borland won't provide future Firebird support in IBX). There are links for
both on the IBPhoenix site, http://www.ibphoenix.com at the Links and Tools
pages.
heLen
(list moderator)
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
______________________________________________________________________