N
Neil Ginsberg
I have ODBC linked tables to a SQL 7 database in an A2K database. The linked
tables do not have the password stored in them, so the first time the user
accesses them, they need to enter the SQL password.
I am developing a process that will automatically run at night which will
access those tables. I need to be able to give Access the password, as the
user currently does, so that the process can run without a password prompt
appearing. Opening a recordset or some other object based on one of the
tables in which I could provide a password would be ideal, but any method
would be fine.
Is there a way to provide a password in code for a SQL linked table?
Thanks!
Neil
tables do not have the password stored in them, so the first time the user
accesses them, they need to enter the SQL password.
I am developing a process that will automatically run at night which will
access those tables. I need to be able to give Access the password, as the
user currently does, so that the process can run without a password prompt
appearing. Opening a recordset or some other object based on one of the
tables in which I could provide a password would be ideal, but any method
would be fine.
Is there a way to provide a password in code for a SQL linked table?
Thanks!
Neil