Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Anyone knows how to display recordsets over multiple cards in ASP?

Hi, right now, I'm facing this problem where I'm doing a project on WAP(allowing
users to check for flight info) but somehow I'm stuck. Here's the idea on
how it should work: The card requests user to enter the first 3 character
of a city they want to search for. The program then displays the results
over multiple cards if the database have a lot of 'hits'. This is my problem.
Anyone hows how to do it in ASP??

Thanx alot cos it's urgent,
Jeffrey
[517 byte] By [Jeffrey] at [2007-11-9 15:31:02]
# 1 Re: Anyone knows how to display recordsets over multiple cards in ASP?
Jeffrey -
You would have to write the SQL statement that is returning the recordsets
to return it in pieces and then use ASP to parse those pieces out to separate
cards.

G'luck!
Jeromy

"Jeffrey" <Reuelk@cyberway.com.sg> wrote:
>
>Hi, right now, I'm facing this problem where I'm doing a project on WAP(allowing
>users to check for flight info) but somehow I'm stuck. Here's the idea on
>how it should work: The card requests user to enter the first 3 character
>of a city they want to search for. The program then displays the results
>over multiple cards if the database have a lot of 'hits'. This is my problem.
>Anyone hows how to do it in ASP??
>
>Thanx alot cos it's urgent,
>Jeffrey
Jeromy Hill at 2007-11-12 0:16:30 >
# 2 Re: Anyone knows how to display recordsets over multiple cards in ASP?
jeffrey,

because of the size limitation on the phones the best approach is to limit
your pages to about 10-15 results, store the current position and allow the
user to page thru the recordset from the phone

good luck

"Jeromy Hill" <tangledwires@excite.com> wrote:
>
>Jeffrey -
> You would have to write the SQL statement that is returning the recordsets
>to return it in pieces and then use ASP to parse those pieces out to separate
>cards.
>
>G'luck!
>Jeromy
>
>"Jeffrey" <Reuelk@cyberway.com.sg> wrote:
>>
>>Hi, right now, I'm facing this problem where I'm doing a project on WAP(allowing
>>users to check for flight info) but somehow I'm stuck. Here's the idea
on
>>how it should work: The card requests user to enter the first 3 character
>>of a city they want to search for. The program then displays the results
>>over multiple cards if the database have a lot of 'hits'. This is my problem.
>>Anyone hows how to do it in ASP??
>>
>>Thanx alot cos it's urgent,
>>Jeffrey
>
benji harrell at 2007-11-12 0:17:25 >