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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LOADING TEXT BOXES WITH SQL

Status
Not open for further replies.

TNN

Programmer
Sep 13, 2000
417
US
I am a relatively new user to SQL.

I am currently using SQL via ADO to create a recordset and then loading text boxes with data using the recordset methods, MoveFirst MoveNext etc . This is extremely slow especially when there are 199 text boxes. I have a For loop now that is taking 8 to 9 seconds to complete loading of data into the text boxes.

Is there a way to load the text boxes with data via SQL without using the recordset methods ????? Thank you in advance, for any help.
TNN, Tom
TNNPAYROLL@AOL.COM

TOM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top