472,807 Members | 1,668 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,807 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 4250
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...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.