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

dynaset of a dynaset....????

Status
Not open for further replies.

JDL

Programmer
Apr 9, 2001
2
US
Hello all.

I am trying to create a dynaset against a dynaset. Because of performance problems within my database project, i am wanting to use the first dynaset that populates a list box to narrow the search items for the second dynaset. Right now, I am requering the entire database when validating the selected item, which is very very slow because the SQL "WHERE" criteria is very large. Hopefully narrowing the search to the items that are only available in the listbox will speed up the validation (it is important to note that the user can either select the items in the list box or they can enter the product number in a text box...) Anyone know if I can do this or are there any other ways that are better that a "green horn" can understand?

thanks in advance,

JDL
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top