Looks like a bug in ADO. This makes no sense that the line would appear but not in the right place. Someone did not a good job along the line.
You could try a direct mySQL set of components. At least they will give better perf, and I suppose the management of updates is easier when the component knows exactly how the DB works.
http://www.devart.com/myda
If you still have the same problem with those, then this might be a dbgrid problem. You will then have to try with a DBGrid replacement (there are a few, as stringgrid and dbgrid are the worst visual components of delphi in terms of user interface - I wouldn't be to surprise if they have issues related to DB functionalities)
Main Topics
Browse All Topics





by: 8080_DiverPosted on 2009-09-28 at 05:31:47ID: 25438727
Have you thought about using a TADOQuery instead of the TADODataset?
What you probably need to do is to set the SORT property of your dataset.