|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Passing variables from MTS to ASP |
From: |
Sean Gerety |
Date: |
8/23/1999 2:36:11 PM |
IP: |
38.214.26.5 |
This will return an array.
Public Function RetrieveList() as Variant
Dim rs as ADODB.Recordset
Dim Com as YourBusinessComponent.com
set Com = new YourBusinessComponent.com
set rs = Com.yourfunction(Parm)
RetrieveList = rs.GetRows
End Function
Hope this helped.
Sean |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|