Subject Midas - first record is displayed twice
Author denhgp@yahoo.com
I'm using Midas with IBObjects

On the server side I use a TIBO_Query with an SQL-statement like
select * from 'table'.
On the client side I connect a TDataSource (not the IB_DataSource)to
a TClientDataSet and a DBGrid (no IB_Grid) to the TDataSource.
When I go live, the first record is displayed twice. This is not the
case when I use a TQuery instead of TIBO_Query.
How is this possible? Maybe I've missed something and made some error.
Please help.

Dennis