View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James McDowell[_2_] James McDowell[_2_] is offline
external usenet poster
 
Posts: 29
Default SQL scripts and ODBC

I have written some VBA code that executes multiple queries in sequence.
On my PC, I only have to enter my password for the ODBC DSN once and the
program somehow uses my password entry on each query there after. My problem
is that on some users PC's they are forced to enter in their password each
time an SQL is initiated. How can I change this from happening without
entering my password into the SQL script. I am not comfortable with this.

Thank you.