473,416 Members | 1,498 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,416 software developers and data experts.

Great Difficulties Accessing my Database from an FTP site

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 geographical locations. I have been
completely unsucessful in acheiving this goal so far however.

Things I have tried:

Create a shortcut to ftp sight via browser then tried to map local drive to
remote folder. - Won't work, when I get to the mapping screen and I select
the folder it won't let the "OK" button become useable.

Created a page from within Access to pull just a tables worth on
information. I then uploaded the page to the FTP sight and tried accessing
it that way but the local computer says that the safety settings on this
computer prohibit accessing a data source on another domain. I've tried
added that sight to trusted sights, disabling all firewalls and still I'm
unable to get the page to show up.

Can anyone please offer me any suggestions on something to try? I'm just
trying to access data from a central database. Not very different from
replication really except that I'm trying to do it on the web.

Thanks

Ernie
Nov 12 '05 #1
3 4297
FTP client software is set up to look and act like a filesystem from the user
interface point of view. It is not a filesystem, however. FTP is merely a
protocol for transferring files, but Access requires you to have the file open
for reading/writing at random positions in the file, lock portions of the
file, so other users know it's in use, etc. None of this is remotely possible
using FTP.

If you want a shared database accessible from the Internet, you either need an
actual filesystem connection such as you could get through RRAS (which won't
perform well at all), or you need a server database, such as MS SQL Server,
MySQL, or PstgreSQL. Most ISPs can at least offer you a MySQL instance for a
pretty low cost.

On Tue, 27 Jan 2004 20:19:53 GMT, "prodirect" <pr*******@comcast.net> wrote:
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 geographical locations. I have been
completely unsucessful in acheiving this goal so far however.

Things I have tried:

Create a shortcut to ftp sight via browser then tried to map local drive to
remote folder. - Won't work, when I get to the mapping screen and I select
the folder it won't let the "OK" button become useable.

Created a page from within Access to pull just a tables worth on
information. I then uploaded the page to the FTP sight and tried accessing
it that way but the local computer says that the safety settings on this
computer prohibit accessing a data source on another domain. I've tried
added that sight to trusted sights, disabling all firewalls and still I'm
unable to get the page to show up.

Can anyone please offer me any suggestions on something to try? I'm just
trying to access data from a central database. Not very different from
replication really except that I'm trying to do it on the web.

Thanks

Ernie


Nov 12 '05 #2
Thanks, I realized that I needed to have the database open during my first
attempts at working with the FTP, but does that mean that Webpages also
won't work if the file is on an FTP server since it won't actually be
opening up the database? Or is it worth exploring that avenue to see if I
can access the data on the server from several remote locations?
"Steve Jorgensen" <no****@nospam.nospam> wrote in message
news:8s********************************@4ax.com...
FTP client software is set up to look and act like a filesystem from the user interface point of view. It is not a filesystem, however. FTP is merely a protocol for transferring files, but Access requires you to have the file open for reading/writing at random positions in the file, lock portions of the
file, so other users know it's in use, etc. None of this is remotely possible using FTP.

If you want a shared database accessible from the Internet, you either need an actual filesystem connection such as you could get through RRAS (which won't perform well at all), or you need a server database, such as MS SQL Server, MySQL, or PstgreSQL. Most ISPs can at least offer you a MySQL instance for a pretty low cost.

On Tue, 27 Jan 2004 20:19:53 GMT, "prodirect" <pr*******@comcast.net> wrote:
Hi all,

I hope someone can help me. I've recently created a database and wanted toput it up on an ftp sight so that multiple people could access the same
tables at the same time from different geographical locations. I have beencompletely unsucessful in acheiving this goal so far however.

Things I have tried:

Create a shortcut to ftp sight via browser then tried to map local drive toremote folder. - Won't work, when I get to the mapping screen and I selectthe folder it won't let the "OK" button become useable.

Created a page from within Access to pull just a tables worth on
information. I then uploaded the page to the FTP sight and tried accessingit that way but the local computer says that the safety settings on this
computer prohibit accessing a data source on another domain. I've tried
added that sight to trusted sights, disabling all firewalls and still I'm
unable to get the page to show up.

Can anyone please offer me any suggestions on something to try? I'm just
trying to access data from a central database. Not very different from
replication really except that I'm trying to do it on the web.

Thanks

Ernie

Nov 12 '05 #3
If you have some kind of Web application server running on Windows at your
ISP, and the database is on the same server, it will work because the Web
application is accessing the database locally, and the user is accessing the
Web page generated by the application.

The user's Web browser sees only ordinary html, and has no direct interaction
with the database, nor even need know whether such a thing exists.

On Tue, 27 Jan 2004 20:46:37 GMT, "prodirect" <pr*******@comcast.net> wrote:
Thanks, I realized that I needed to have the database open during my first
attempts at working with the FTP, but does that mean that Webpages also
won't work if the file is on an FTP server since it won't actually be
opening up the database? Or is it worth exploring that avenue to see if I
can access the data on the server from several remote locations?
"Steve Jorgensen" <no****@nospam.nospam> wrote in message
news:8s********************************@4ax.com.. .
FTP client software is set up to look and act like a filesystem from the

user
interface point of view. It is not a filesystem, however. FTP is merely

a
protocol for transferring files, but Access requires you to have the file

open
for reading/writing at random positions in the file, lock portions of the
file, so other users know it's in use, etc. None of this is remotely

possible
using FTP.

If you want a shared database accessible from the Internet, you either

need an
actual filesystem connection such as you could get through RRAS (which

won't
perform well at all), or you need a server database, such as MS SQL

Server,
MySQL, or PstgreSQL. Most ISPs can at least offer you a MySQL instance

for a
pretty low cost.

On Tue, 27 Jan 2004 20:19:53 GMT, "prodirect" <pr*******@comcast.net>

wrote:
>Hi all,
>
>I hope someone can help me. I've recently created a database and wantedto >put it up on an ftp sight so that multiple people could access the same
>tables at the same time from different geographical locations. I havebeen >completely unsucessful in acheiving this goal so far however.
>
>Things I have tried:
>
>Create a shortcut to ftp sight via browser then tried to map local driveto >remote folder. - Won't work, when I get to the mapping screen and Iselect >the folder it won't let the "OK" button become useable.
>
>Created a page from within Access to pull just a tables worth on
>information. I then uploaded the page to the FTP sight and triedaccessing >it that way but the local computer says that the safety settings on this
>computer prohibit accessing a data source on another domain. I've tried
>added that sight to trusted sights, disabling all firewalls and still I'm
>unable to get the page to show up.
>
>Can anyone please offer me any suggestions on something to try? I'm just
>trying to access data from a central database. Not very different from
>replication really except that I'm trying to do it on the web.
>
>Thanks
>
>Ernie
>


Nov 12 '05 #4

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

Similar topics

2
by: Kevin | last post by:
I'm beginning to get into ASP.NET and don't know much about it yet. I just need to know first about the way to access a SQL Server database. SQL Server is running on a server inside our network...
2
by: DanB | last post by:
I am using VB DotNet Std Edition and am writing a web application that needs to read and write to an password protected database. The mdb files reside in a folder (fpdb) under the localhost...
1
by: Jake Henderson | last post by:
I am developing apps in VWD Express and SQL Svr 2005 Express. I currently have a web server running Win2K3 SBS W/IIS V.6.0 & ASP.NET 2.0. I am currently using a test site that is only availible on...
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...
1
by: khukeri | last post by:
Dear All, I am getting following message when i try to restart my database. I am using DB2 V 8.1 on windows. I am getting this error since my System as hard booted. I have searched for solution...
2
by: Mark Brown | last post by:
I'm trying to access an Oracle database vb.net. I found several examples. I tried following each one, but I get the same error no matter what I try. I don't really understand what the error means...
3
by: Nathan Sokalski | last post by:
When I attempt to access a Microsoft Access database from my website, I recieve the following error: Server Error in '/' Application....
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...
2
by: brendan_gallagher_2001 | last post by:
HI I am developog an ASP.net site (using vb.net 1.1) which will be accessed by a number of different office locations, where certain users will be assigned a authoriser profile, and others will...
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?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.