Help with Data Access Pages

G

Guest

Hi,

I have a small database that I uploaded to Brinkster.com, I also uploaded a
Data Access Page with it. When I open the DAP and change/add data, the
database on my computer is the one that the DAP has access to, not the one on
Brinkster. So my question is, how can I make the DAP have access to the
database on Brinkster?

I hope my question is clear, I would really appriciate any sort of help,
thanks a lot in advance!

- Thamer
 
T

Tom Wickerath

Hi Thamer,

Please see the following KB article:

http://support.microsoft.com/?id=202210


Tom
_____________________________________


Hi,

I have a small database that I uploaded to Brinkster.com, I also uploaded a
Data Access Page with it. When I open the DAP and change/add data, the
database on my computer is the one that the DAP has access to, not the one on
Brinkster. So my question is, how can I make the DAP have access to the
database on Brinkster?

I hope my question is clear, I would really appriciate any sort of help,
thanks a lot in advance!

- Thamer
 
T

Tom Wickerath

Hi Thamer,

Please see the following KB article:

http://support.microsoft.com/?id=202210


Tom
_____________________________________


Hi,

I have a small database that I uploaded to Brinkster.com, I also uploaded a
Data Access Page with it. When I open the DAP and change/add data, the
database on my computer is the one that the DAP has access to, not the one on
Brinkster. So my question is, how can I make the DAP have access to the
database on Brinkster?

I hope my question is clear, I would really appriciate any sort of help,
thanks a lot in advance!

- Thamer
 
S

Sylvain Lafontaine

You cannot access an MDB file over the internet in an easy way; as the JET
OLEDB driver only work on a local machine or over an LAN/Intranet, not over
the internet. You must use some intermediate transport layer, such as a VPN
or RDS.

Bad luck for you, Microsoft has deprecated the use of RDS many years ago,
because of security concerns. If you don't have access to a VPN, than your
only practical solution is to replace the MDB file with MSDE or SQL-Server.

S. L.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top