|
|
|
|
|
| | |
| |
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|