|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
recordSet. Please help. |
From: |
feix |
Date: |
4/2/2001 4:40:34 AM |
IP: |
165.21.21.39 |
can you tell me how to assign a recordSet to an array. Is it correct to do in this way?
set rs=server.createobject("adodb.recordset")
set rs=conn.execute(SQL)
iCount=0
do while not rs.eof
user_id(iCount)=rs("username")
psword(iCount)=rs("password")
response.write(psword(iCount))
rs.movenext
loop
Thanks! |
Follow Up - Re: recordSet. Please help. - Raghavendra 4/2/2001 5:31:52 AM
|
|
|
|
|
|
|
|
|
|
|
|