Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP/ADO length query....

Status
Not open for further replies.

Webrookie

Programmer
May 18, 2000
112
US
I'm having a serious problem. I open a recordset based on this: <b><i>&quot;select a.city, a.st, a.zip, a.plus4, a.province, a.postal_code, a.fname, a.mi, a.lname, a.degree, a.affname from reg_resp b, registrant a where b.reg_id = a.reg_id and b.prog_id = &quot; & Request(&quot;programid&quot;)</i></b>. It's adOpenForewardOnly. The query runs in about 5 seconds. I start writing out an HTML table. All these statements take less than a second. <b>Then I get to my MoveNext and that statement takes 7 - 11 seconds</b> all by itself. I have other pages that do more complicated things and they load quicker (their MoveNext takes less than a second). Does anyone have a clue why this might take so long? Any help would be appreciated.<br><br><br>Thanks,<br>the rookie of the web
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top