473,385 Members | 1,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Accessing MS Access DB in different site

Hi All,

I had been assigned a task to develop a program which require to access MS
Access data in multiple sites from our headquater.

Few questions,

1. Can we access the Access DB by using IP without mapping to the remote
directory? (There is a fix connection within this 2 sites. "Private
network")
2. Can we access (establish a connection) to the Access DB which are in a
public server?
Best Regards,

Edward
Jan 19 '06 #1
4 1267
1.) You will need to use a mapped drive or UNC to open the access DB on
another server.

You should consider something stronger. MSDE or SQL 2005 Express and are
much better suited to this task. However you may not be in a position to
port for MS Access to one of these.

Another option is to use ASP pages to perform all your DB interactions for
you and use XML as the protocol between your application and the 'Accessor'
ASP pages.

What are you writing this new program in?

2. What to you mean by a 'public server'?
"Edward Low" wrote:
Hi All,

I had been assigned a task to develop a program which require to access MS
Access data in multiple sites from our headquater.

Few questions,

1. Can we access the Access DB by using IP without mapping to the remote
directory? (There is a fix connection within this 2 sites. "Private
network")
2. Can we access (establish a connection) to the Access DB which are in a
public server?
Best Regards,

Edward

Jan 19 '06 #2
Edward Low wrote:
Hi All,

I had been assigned a task to develop a program which require to
access MS Access data in multiple sites from our headquater.

Already answered over in .db

Please do not multipost Edward. This is definitely a database-related
question so .asp.db was the perfect group in which to post it. Posting it
here as well did not increase your chances of getting an answer (most of us
subscribe to both groups). On the contrary, if somebody had taken his time
to answer it here, only to find that it was already resolved in the other
group, that person may have been annoyed enough to ignore any future posts
from you, thereby decreasing your chances of getting help in the future.

There are times when you will not be sure which group is most appropriate
(again, this was not one of them), and you will want to post a question to
both groups. In that situation, you should use the cross-posting technique,
rather than posting the same message multiple times. To crosspost, put
a semicolon-delimited* list of the newsgroups to which you wish to post in
the To: header of your post and post it once. It, and any replies to it,
will appear in all the newsgroups in your list. So, if I reply in .asp.db,
my reply will also appear here in .asp.general.

* ... or whatever delimiter is recognized by your news client

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jan 19 '06 #3
Hi,

My apologize for posting same message into multiple groups, and thanks for
the suggestion of cross-posting technique.

best regards,

Edward

"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Edward Low wrote:
Hi All,

I had been assigned a task to develop a program which require to
access MS Access data in multiple sites from our headquater.

Already answered over in .db

Please do not multipost Edward. This is definitely a database-related
question so .asp.db was the perfect group in which to post it. Posting it
here as well did not increase your chances of getting an answer (most of
us
subscribe to both groups). On the contrary, if somebody had taken his time
to answer it here, only to find that it was already resolved in the other
group, that person may have been annoyed enough to ignore any future posts
from you, thereby decreasing your chances of getting help in the future.

There are times when you will not be sure which group is most appropriate
(again, this was not one of them), and you will want to post a question to
both groups. In that situation, you should use the cross-posting
technique,
rather than posting the same message multiple times. To crosspost, put
a semicolon-delimited* list of the newsgroups to which you wish to post in
the To: header of your post and post it once. It, and any replies to it,
will appear in all the newsgroups in your list. So, if I reply in .asp.db,
my reply will also appear here in .asp.general.

* ... or whatever delimiter is recognized by your news client

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Jan 20 '06 #4
Hi,

Thanks for the answers of first question.

2. In fact, all the branches have their own program written in MS Access.
Now, we need to access these data of every branch from the headquater.
therefore, i have been assigned to developed an ASP.Net web application
which will be hosted at he headquater at the end and able to access all the
branches data based on the selection of the branch. Is there any other good
suggestion to accomplish this task?

The mean of "public server" mean a shared server for hosting.

By the way, can you explain more on the option "use XML as the protocol
between your application and the 'Accessor' ASP pages"

Thanks & best regards,

Edward

"AnthonyWJones" <An***********@discussions.microsoft.com> wrote in message
news:05**********************************@microsof t.com...
1.) You will need to use a mapped drive or UNC to open the access DB on
another server.

You should consider something stronger. MSDE or SQL 2005 Express and are
much better suited to this task. However you may not be in a position to
port for MS Access to one of these.

Another option is to use ASP pages to perform all your DB interactions for
you and use XML as the protocol between your application and the
'Accessor'
ASP pages.

What are you writing this new program in?

2. What to you mean by a 'public server'?
"Edward Low" wrote:
Hi All,

I had been assigned a task to develop a program which require to access
MS
Access data in multiple sites from our headquater.

Few questions,

1. Can we access the Access DB by using IP without mapping to the remote
directory? (There is a fix connection within this 2 sites. "Private
network")
2. Can we access (establish a connection) to the Access DB which are in a
public server?
Best Regards,

Edward

Jan 20 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Raterus | last post by:
Hello, I've got a bunch of web-portals that customers use to log-in and see their data. In a production environment, each of these has a completely different domain name, but they all point back...
3
by: prodirect | last post by:
Hi all, I hope someone can help me. I've recently created a database and wanted to put it up on an ftp sight so that multiple people could access the same tables at the same time from different...
1
by: SWu | last post by:
Hello everyone, I am working on an Internet website for an Application Service Provider. A user can store employee details on the site. I am now researching the feasibility of accessing the...
5
by: Daniel Corbett | last post by:
I am trying to save a file dynamically created in a webpage. I get the following headers, but cannot figure out how to save the attachment. I am basically trying to replicate what internet...
3
by: Gerhard | last post by:
I have an application that needs to be able to upload documents that can latter be accessed and opened by a hyperlink. I can do this easliy if I store the files in a subdirectory in the...
0
by: Mark | last post by:
I have an asp.net application that when accessed by users not using proxy servers there are no problems. When a user using a proxy tries to access the site they access the site ok but when they...
1
by: adamredwards | last post by:
I have a page with some form elements that are dynamically generated. They are inserted into the dom by first cloning a node, changing the values like name, and then inserted with insertBefore(). ...
8
by: supasnail | last post by:
I have a happily working set of asp pages which read from the database via include file "./_private/include/database.mdb". However, when I try to gain access to this database on pages one folder...
4
by: Noy B | last post by:
Hi, I have developed a small application that is using a MSAccess DB. the problem is that it was developed on a machine where the application and the DB are both located. now it needs to be...
1
by: =?Utf-8?B?U2FqaQ==?= | last post by:
Hi, From my site can i access a webservice which is in a different domain and also vice versa (ie. if i create a webservice in my site can somebody access it from different domain.) I'm new...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.