Form based on a Pass-Through Query

wcboyd

Registered User.
Local time
Today, 17:48
Joined
Aug 30, 2004
Messages
50
Hello All,

I am using the Form Wizard to create a form based on a Pass-Through Query, but it keeps prompting me for the password to the ODBC connection. Is there a way to cache the password? Or is this just not a good idea in general?
 
Pass through to SQL Server? You should be able to save the password in the connection string (property of the query).
 
It is a pass-through to Oracle.
Can I dynamically set the connection string based on input from a Login form?
 
I don't see why not. You could use a DAO QueryDef, and set the Connect property of the query.
 

Users who are viewing this thread

Back
Top Bottom