Look at the following ASPdbSP() with MagicCell. The return could be anything in each SP and you have to make sure the MagicCell is meaningful.

Dim SP As New Tornado.z
With SP
.dbQP = "Unit=1|S=7|Pagesize=-1|NavigationItem=None|Th=ti=Advanced SP with Params and ResultSets|dt=SQL|Pv=SQLclient"
.dbDSN = "fujitsu;pubs;sa;sa"
.dbStoredProcCmdParams = "spname=reptq3|NoRs=f; Name=@lolimit| Type=integer| Value=5, Name=@hilimit|Type=integer|Value=20, Name=@type| Value=business"
.dbMagicCell = "fi=0|Mac=MagicCell Macro here --- #0#"
.ASPdbSP("getall=true")
End With