shaunhubbs
Technical User
Hi all,
I have a visual basic form that is uses a treeview and every time a node in the tree is clicked the information for the selected item load in the right pane. The problem I am having is that the information seems to be loading fairly slowly because it runs the same SQL select statement involving linked tables each time a node is clicked.
Does anyone have any suggestions for speeding this up? Changing the table structure is not an option as the small application I am develping works along side an existing application that defines that table structures.
Thanks in advance.
- Shaun
I have a visual basic form that is uses a treeview and every time a node in the tree is clicked the information for the selected item load in the right pane. The problem I am having is that the information seems to be loading fairly slowly because it runs the same SQL select statement involving linked tables each time a node is clicked.
Does anyone have any suggestions for speeding this up? Changing the table structure is not an option as the small application I am develping works along side an existing application that defines that table structures.
Thanks in advance.
- Shaun