Hi Folks
I am a novice programmer who needs a bit of direction.
I am developing an application which will query a SQL
database and retrieve a list of stock codes, which will be used to populate a list box.
This routine will be performed several times, while the application is opened, but may return different result sets based on the users requests.
Question?
Should I open a recordset every time I need to query the database and close it when finished, or are there any other
alternatives.
eg What is connection pooling etc?
Thanks
I am a novice programmer who needs a bit of direction.
I am developing an application which will query a SQL
database and retrieve a list of stock codes, which will be used to populate a list box.
This routine will be performed several times, while the application is opened, but may return different result sets based on the users requests.
Question?
Should I open a recordset every time I need to query the database and close it when finished, or are there any other
alternatives.
eg What is connection pooling etc?
Thanks