Re: Access DB Issues - Again
- From: Paul Clement <UseAdddressAtEndofMessage@xxxxxxxxxxxxxx>
- Date: Tue, 23 May 2006 10:13:05 -0500
On Mon, 22 May 2006 15:04:01 -0500, "Bob Palank" <bob@xxxxxxxxx> wrote:
¤ Remote server hosts a .mdb file but the client cannot access the DB through
¤ VB.Net Express 2005.
¤
¤ My Assumptions:
¤ 1. One can use VB.Net Express 2005 to write a client resident application to
¤ access an .mdb file living on a remote server.
Yes, assuming there is some sort of network path available.
¤ 2. No Microsoft Access code elements need to reside on the remote server
¤ except the *.mdb file.
Correct.
¤ 3. On the remote server, permissions need be set so that anyone can have
¤ read access to that Access database.
If the database is being modified then full access is required to the folder where the database
resides in order to create/update/delete the corresponding .LDB file.
¤ 4. The remote server needs to host the .Net Framework 2.0
False. Access is a file based database. The database engine runs on the client.
¤ If the assumptions are true, the local error message
¤
¤ Me.AuthorsTableAdapter.Fill(Me.PubsDataSet.authors)==>Could not find
¤ installable ISAM does not make sense to me.
¤
Either the Jet database engine components are not correctly installed on the client or your
connection string is invalid. You may want to post some code.
Paul
~~~~
Microsoft MVP (Visual Basic)
.
- Follow-Ups:
- Re: Access DB Issues - Again
- From: aaron.kempf@xxxxxxxxx
- Re: Access DB Issues - Again
- References:
- Access DB Issues - Again
- From: Bob Palank
- Access DB Issues - Again
- Prev by Date: Re: 2 small questions
- Next by Date: Re: Want to Eary Bind Instead of Late Bind Object an IE Object
- Previous by thread: Re: Access DB Issues - Again
- Next by thread: Re: Access DB Issues - Again
- Index(es):
Relevant Pages
|