Re: Ado Password Question
D7, W2k, Ado, Access2000, MS Jet 4.0 Ole DB Provider
The database resides on a server and is password protected. Any
user that knows the password has access to this application.
I'm looking at the ado connection string data link properties
connection page. The connection string is there but what needs to
be entered in section 2 of this page? Username? Password is the
database password? Blank Password? Allow saving password?
That section is for user passwords.
A database password uses the "Jet OLEDB:Database Password" property
Look on the ALL tab of the Data Link Property editor
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
Relevant Pages
- Re: [SOLVED] Cannot display provider-specific login prompt
... scenario where the program wouldn't have to know about the database, ... ConnectionStringBuilder up to a PropertyGrid for the end user to populate), ... details of the connection, for the sake of the program being able to connect ... information about the connection string that I will need. ... (microsoft.public.dotnet.framework.adonet) - Complicated Connection Problems bewteen ADP and SQL Server
... This database ... expertise for getting the user workstations talking to the SQL Server. ... connection would fail and the adp wouldn't be able to talk to the server. ... might be in my ADO connection string. ... (microsoft.public.access.adp.sqlserver) - Complicated Connection Problem between ADP and SQL Server
... This database ... expertise for getting the user workstations talking to the SQL Server. ... connection would fail and the adp wouldn't be able to talk to the server. ... might be in my ADO connection string. ... (microsoft.public.sqlserver.connect) - Re: ADO Connection Timeout
... so what happens when a connection failure forces one station to revert ... to a local database? ... Further, you *will* have contention issues, Jet does not support record ... to the central server, but you are willing to live with periods where it ... (microsoft.public.data.ado) - Re: Problems in loading data from an access database into an array
... Suppose your database has a table called which has columns called ... Dim oleCSB As New OleDbConnectionStringBuilder ... 'associate the connection string just built with the ole connection ... (microsoft.public.dotnet.framework.adonet) |
|