T.R | Title | User | Personal Name | Date | Lines |
---|
2172.1 | | NETRIX::"[email protected]" | Willy Denoyette | Thu Jan 11 1996 06:56 | 20 |
2172.2 | 16 bit version | RUFUSL::JANOWSKI | | Thu Jan 11 1996 11:43 | 4 |
2172.3 | further clarification | RUFUSL::JANOWSKI | | Thu Jan 11 1996 13:40 | 7 |
2172.4 | No network + no logon -> no username | UNTADE::TOWERS | | Fri Jan 12 1996 05:22 | 5 |
2172.5 | | RUFUSL::JANOWSKI | | Fri Jan 12 1996 09:11 | 6 |
2172.6 | Write your own username+password login before ODBC connect | UNTADE::TOWERS | | Thu Jan 18 1996 07:31 | 8 |
2172.7 | Can I use Win 95 Password/Username | HIGHD::MELENDEZ | | Wed Apr 16 1997 13:49 | 7 |
| Is There any way to use the username/password entered by the user
when he connects with windows 95. I would like to use a connect string
where the user would not have to log in to the database, this is due to
a customer wish to avoid having to logon each time. Can I use a
%USERNAME type command in the ODBC connect string? Sugestions?
Any help would be greatly apreciated.
Thanks Joe
|
2172.8 | | EVTSG8::TOWERS | | Thu Apr 17 1997 04:37 | 9 |
| The reply in .1 tells you how to get the username. As for the password
I'm pretty sure it can't be got. If anybody knows otherwise I'd
certainly be interested in the details.
The ODBC connection string should be something like:
strSQL = "dsn=MyDSN;uid=myusername;pwd=mpassword;"
Cheers,
Brian
|
2172.9 | thanks | HIGHD::MELENDEZ | | Thu Apr 17 1997 17:03 | 6 |
| Hi Brian,
Thanks for the info, I have taken a copy of .1
and will try to get it working, I had hoped that
the password would be someplace usable, but thinking about
that It would be a rather large security hole.
Thanks Joe
|