Ok my issue:
I have an automation system built on VBA code that opens various access databases and performs updating macros/procedures in each. It does this at 5am so my user group will have updated info when their day starts. My problem is most of these target databases have linked ODBC tables that are accessed during this process, all of which require a password to access (all the same password). This is no problem if my ODBC/client service "remembers" my password from a previous access, but sometimes it does not and this procedure will time-out without updating anything. Is there someway to feed this password into an ODBC call? Possibly by manipulating JET?
I have an automation system built on VBA code that opens various access databases and performs updating macros/procedures in each. It does this at 5am so my user group will have updated info when their day starts. My problem is most of these target databases have linked ODBC tables that are accessed during this process, all of which require a password to access (all the same password). This is no problem if my ODBC/client service "remembers" my password from a previous access, but sometimes it does not and this procedure will time-out without updating anything. Is there someway to feed this password into an ODBC call? Possibly by manipulating JET?