J
Jaco
Hello. I have linked tables from As/400 and every time I use this tables I
must introduce my password for As/400. How could I avoid that?
must introduce my password for As/400. How could I avoid that?
Jaco said:Hello. I have linked tables from As/400 and every time I use this tables I
must introduce my password for As/400. How could I avoid that?
Larry said:Generally, that link will be via an ODBC driver, and the link will
include a .Connect property (sometimes called a Connect String). The
content of the Connect String varies by the type of database to which
you are linking, but most Connect Strings have an option to embed the
password in the Connect string, so you would not have to enter the
password manually.
I've never used Access with AS/400 tables, so I don't know for
certain that the Connect String has provision for a password, but,
knowing that is a possibility, perhaps you can search for information
(either on the net using your favorite search engine) or at the
Microsoft Knowledge Base (http://support.microsoft.com).
Or, perhaps some kind soul who has used AS/400 tables with Access and
knows whether embedding passwords in the Connect String is a
possiblity and the keyword to do so will jump in and enlighten us.