G
Guest
If you develop a stand alone c# windows application that only reads from a
single local Access database, do you need to close the connection each time
you navigate to a different record? No other person or program will ever
interact with this single table MS Access database.
I have been developing web applications where you open then close the
connection to an external datasource with each submission but this is so
different.
single local Access database, do you need to close the connection each time
you navigate to a different record? No other person or program will ever
interact with this single table MS Access database.
I have been developing web applications where you open then close the
connection to an external datasource with each submission but this is so
different.