small dooubt on recordset

R

Raj

Store recordsets as array using function GetRows of recordset object.

This will be pretty faster.

HTH

Raj.
 
G

G

Hello Friend,

I have a doubt.
I am connecting to mysql db and there is only one table and i am retrieving
the data like city, state, county, etc.. from db to comboboxes. so i am
using one recordset for each retrivel and showing into combobox. it is
going slowly.

SO what happens if i use multiple recordsets in single ASP page?

So I think we can use only one recordset for all the data retrievel from the
db?

waiting for your reply.

Gaffar.
Thanks
 
B

Bob Barrows [MVP]

G said:
Hello Friend,

I have a doubt.
I am connecting to mysql db and there is only one table and i am
retrieving the data like city, state, county, etc.. from db to
comboboxes. so i am using one recordset for each retrivel and showing
into combobox. it is going slowly.

SO what happens if i use multiple recordsets in single ASP page?

So I think we can use only one recordset for all the data retrievel
from the db?
I would use a single disconnected recordset, using the Filter property
to get each subset of data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top