How can I speed up my VB database application?



How can I speed up my VB database application?..

Answer / Mr Narender Kumar

To speed up your VB database application, consider the following: optimize queries, avoid unnecessary data manipulations, use parameters in SQL statements to minimize data recompilation, limit network traffic by reducing the amount of data sent between client and server, and optimize form and report designs for performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

How can objects on different threads communicate with one another?

2 Answers  


Difference between Class Module and Standard Module?

1 Answers  


How do I implement an incremental search in list/dir/combo/file boxes?

1 Answers  


How will you retain the values of existing elements in a dynamic array when you want to alter the array size?

1 Answers  


What is difference between datagrid and flexgrid?

4 Answers   InfoWorld, TCS,


I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?

1 Answers  


I have several megabytes of memory. Why do I get an "out of memory" error?

1 Answers  


How many ways we can access file using VB?

1 Answers  


What's the maximum size of a textbox?

5 Answers  


How would you attach an ActiveX control in Your Application?

1 Answers  


How to get freefile location in memory?

1 Answers   FSS,


what are the Differenct Types of Procedures in VB?

1 Answers  


Categories