Re: Passing Ado Recordsets between methods




>As soon as you are closing connection (which is implemented inside
>TADOConnection.Destroy) all connected Recordsets (and it's clones) became
>closed. So if you want them to be Active you should disconnect the first.
>
>Regards,
>Vitali
>
>

Brilliant! Thanks a lot Vitali that was exactly the problem.

John.
.