Page 1 of 1

multi dataset stored procedure

Posted: Mon 18 Jul 2005 22:06
by Bandolero
I need help getting to the result set of this stored procedure sp_helplogins

When I run this proc sp_helplogins 'bando' in Query Analyzer it returns what appears to be 2 datasets.

How do I get access to the second dataset from Delphi using SDAC?

Thanks.

Oops

Posted: Tue 19 Jul 2005 01:54
by Bandolero
After further reading of the help file I found OpenNext...

Thanks anyway.