|
 |
asp_databases thread: how to retrieve specific rows from my table
Message #1 by "Taher Moiyed" <taherm@f...> on Fri, 26 Oct 2001 10:58:55
|
|
hi,
how acn i retirve specific rows from my table.. i mean i have a table with
22 rows and i want to retrieve 3rd,4th and 11th row only.
I guess its something to do with cursors but not too sure..
Plz let me knw of any suggesttions
Regards
Message #2 by "Serge Wagemakers" <swagemakers@d...> on Fri, 26 Oct 2001 12:16:54 +0200
|
|
Hi,
Is there a specific way you uniquely can identify these records by unique
keys or
by combinations of keys? If so, then use the columns to do so, else cursors
might be a good alternative. You can retrieve the records with absolute
positions within the cursor.
Hope this helps,
Regards,
Serge
----- Original Message -----
From: "Taher Moiyed" <taherm@f...>
To: "ASP Databases" <asp_databases@p...>
Sent: Friday, October 26, 2001 12:08 PM
Subject: [asp_databases] how to retrieve specific rows from my table
> hi,
> how acn i retirve specific rows from my table.. i mean i have a table with
> 22 rows and i want to retrieve 3rd,4th and 11th row only.
>
> I guess its something to do with cursors but not too sure..
>
> Plz let me knw of any suggesttions
> Regards
>
>
$subst('Email.Unsub')
>
|
|
 |