Ow, I didnt realize that retrieving directly from the database is more
inefficient than importing the data into the excel sheet first. But after i
think about it, it is possible.
Well, my first thought that time is that by retrieving the data directly
from the database, I will save space in excel sheet, coz I have a lot of
tables in database, so if I have to import all into the excel sheet, I
thought it will take quite many storage space. Next is if the database change
then I will have to refresh many tables in my excel sheet.
anyway is there any way where I can refresh all tables in different excel
sheets at once ? because I am using ODBC driver, I have to refresh data for
each table individually and it is quite troublesome and wasting time if I
have a lot of table in the excel sheet.
I dont understand ADO, but I already manage to import the data from MYSQL
database into excel sheet to populate the list, by using MYSQL ODBC Connector
driver.
I am sorry for asking so many questions. Thanks a lot in advance.