Re: Access DB Issues - Again
- From: "james" <jjames700REMOVEME@xxxxxxxxxxxxx>
- Date: Mon, 22 May 2006 19:15:12 -0500
"Bob Palank" <bob@xxxxxxxxx> wrote in message
news:QOocg.1024$9M5.381@xxxxxxxxxxx
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.
2. No Microsoft Access code elements need to reside on the remote server
except the *.mdb file.
3. On the remote server, permissions need be set so that anyone can have
read access to that Access database.
4. The remote server needs to host the .Net Framework 2.0
Are all of these assumptions true ?
What am I missing ?
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.
TIA for any help.
Bob
Sure you can. That error can mean a lot of things. Post your code for
connecting to the remote server. That is where some problems occur. If you
haven't checked it out yet, here is a link to ConnectionStrings that can
help too:
http://www.connectionstrings.com/
Click on the Access name and then the type of connection and that will get
you started. As I understand it, the Wizards in Visual Basic 2005 Express
Edition, will not connect to a remote server, just the local server on your
machine. But, you can write the connection strings yourself. There is a lot
of good info on using Access remotely. But, in spite of the silly response
you got from another poster, ( actually a childish response) it really would
be better to use SQL Server for a networked database. But, if that is more
than you need, and you don't anticipate heavy usage of your database, then
Access can do the job.
james
.
- References:
- Access DB Issues - Again
- From: Bob Palank
- Access DB Issues - Again
- Prev by Date: Rank Dataset Contents
- Next by Date: Re: vb project
- Previous by thread: Re: Access DB Issues - Again
- Next by thread: Re: Access DB Issues - Again
- Index(es):
Relevant Pages
|