Subject Buffer(?) Problem
Author fkayse
I have a problem with interbase 5.5 and IBX delphi5 component.
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?

Faruk Kayse