Hallo,
some time ago I wrote some code in order to esport some data from a access table to an excel sheet. I used the DAO. I don't exactly know the differences of these ways to access data. Anyway, now I was trying to use this code and I discovered that I first needed to add the microdoft DAO 3.6 library. This would mean that a normal user wouldn't be able to use it. First, I wonder why. Is DAO an old system? should I rewrite the code using ADO? Or can I programatically include the DAO library before running the code? Thanks for clarifications
some time ago I wrote some code in order to esport some data from a access table to an excel sheet. I used the DAO. I don't exactly know the differences of these ways to access data. Anyway, now I was trying to use this code and I discovered that I first needed to add the microdoft DAO 3.6 library. This would mean that a normal user wouldn't be able to use it. First, I wonder why. Is DAO an old system? should I rewrite the code using ADO? Or can I programatically include the DAO library before running the code? Thanks for clarifications