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

How to speed up retrieving in datawindow?

Status
Not open for further replies.

paul102384

Programmer
Oct 5, 2007
30
Hi to all pb programmers,

I just want to ask if there is some technique or method on how to speed up retrieving in datawindow?Because i tend to used embedded sql in datawindow may be that's why it slow down the retrieving process. any suggestions would be appreciated.

thank you in advance....
 
Check the db indexes. Don't Filter the data after it's retrieved. Create a view on the DB and use it as the datawindow data source.
Narrow your criteria for the data.

Matt

"Nature forges everything on the anvil of time"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top