Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Access97 ODBC connect string: disappearing password

Re: Access97 ODBC connect string: disappearing password

From: Peter Vidrine <peter-both_at_cajun.org>
Date: Tue, 12 May 1998 15:47:00 GMT
Message-ID: <U9_51.180$E82.804409@synthemesc>


Oracle's ODBC drive (sqo32_73.dll, ver 2.00.0301) does not offer the option to save password (as opposed to Microsoft's version and their own 16 bit version)

If found I could store the password in the registry:

    [HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\_DataSourceName_]     "userID"="xxxxx"
    "Password"="yyyyy"

Hope this helps.

Peter

Tim Romano wrote in message <354917C9.80044B6D_at_superstream.net>...
>A very strange thing has started to happen yesterday.
>

...
>I do specify that the password should be saved, and
>for the past four years, starting with Access 2.0, then
>Access95, and now Access97, this has always worked.
>Up until yesterday. The password is not being stored
>in mSysObj with the rest of the ODBC connect string. Why?
...
>Anyone ever encounter this problem before?
>
>TIA
>Tim
Received on Tue May 12 1998 - 10:47:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US