I am using express version of database 05 and VC express
I have a table to store information of customers
I have a log in section, all data will be inserted into database, I have a link to display database content

Once I log in I have to connect to DB then when I click the link, I'd like to see the DB content in listview format

1. To create a taht listview of customers, should I open again connection ? if not, how can I query all DB info


Thank you