|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can I display data from two different records?
<i><b>Originally posted by : Joe Kelepolo (joekelepolo@yahoo.com)</b></i><br /><br />I want to be able to display data from two seperate records on the same page(same database). What is the best way to do this?
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Mike B (mikeb811@hotmail.com)</b></i><br />Use separate recordsets for each group that you want to display. Each recordset can be handled differently.<br /><br />objRS_1.open "SELECT * FROM a_table;"<br />objRS_2.open "SELECT * FROM a_table;"<br /><br />THis creates two identical recordsets that can be navigated and handled independently.<br /><br />Mike<br /><br />------------<br />Joe Kelepolo at 3/7/2000 11:36:42 AM<br /><br /><br />I want to be able to display data from two seperate records on the same page(same database). What is the best way to do this?
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Can I display data from two different records? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|