![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
ado and recordset
Heres the problem: i need to take the contents of the recordset and place it into a variable. i tried simply assigining it to a variable, it didn't work
(threw an error) I tried using a for loop to assign it to a variable (see below) ----code---- do while (not recset.eof) for i=0 to recset.fields.count-1 rcrd=recset(i) next loop this didn't work. How do i do it? Thanks in advance |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
can any1 help me? I really need this to work
|
|
|
|
|
|
#3 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Can we have some more complete code? I don't know about ADO in ASP, but in most languages I've worked with, you call a function to get each row as it comes - they're not stored in an array.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|