473,407 Members | 2,306 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,407 software developers and data experts.

Is there an online text database without server components

This may be a bit OT, although is such a thing exists, there is probably a
way to connect an access form...

I have a relatively small amount of data that I want to put up on the
Internet in a relational database. It has to be read/write.

I don't want to have to go to a new host to do this because its just a small
project, and my current host hasn't been able to get anything up and
running.

I've been poking around with VB, trying to create a random access file, but
I can't seem to connect to an FTP or HTTP site for anything other that
upload and download.

Does anybody have a recommendation for a database, or just a methodology,
that is able to login to an ftp site for read/write access?

Thanks!

Daven
Nov 13 '05 #1
6 1383
As I understand it, the Internet is designed to be an upload-download
process, not a live interaction.
So I don't think you're going to find what you describe.

That certainly doesn't mean that you can't manipulate data over the
Internet.
It just means that you have to do the manipulations on the server, and only
use your browser as a relatively thin client.
If your server is running WindowsNT or higher, it should support IIS
Extensions, which means you can use classic ASP.
If it's not a Windows server, there are other options with names like PERL
and PHP, which are not in my personal toolkit. You'll probably get better
advice about them in newsgroups whose names don't include Microsoft.

HTH
"Daven Thrice" <da*********@NOyahooSPAM.com> wrote in message
news:73zpd.128245$cJ3.37576@fed1read06...
This may be a bit OT, although is such a thing exists, there is probably a
way to connect an access form...

I have a relatively small amount of data that I want to put up on the
Internet in a relational database. It has to be read/write.

I don't want to have to go to a new host to do this because its just a small project, and my current host hasn't been able to get anything up and
running.

I've been poking around with VB, trying to create a random access file, but I can't seem to connect to an FTP or HTTP site for anything other that
upload and download.

Does anybody have a recommendation for a database, or just a methodology,
that is able to login to an ftp site for read/write access?

Thanks!

Daven

Nov 13 '05 #2

"MacDermott" <ma********@nospam.com> wrote
If your server is running WindowsNT or higher, it should support IIS
Extensions, which means you can use classic ASP.
If it's not a Windows server, there are other options with names like PERL
and PHP, which are not in my personal toolkit. You'll probably get better
advice about them in newsgroups whose names don't include Microsoft.


I think you're right, that http/ftp servers allow for upload and download
but not editing. I've been having difficulty in getting what I want out of
my hosting company. I guess if they don't get it together over the next few
days, I'll just have to go with another place. (Gee, after I prepaid a year
with the first place. Oh well!)

I've been poking around Access quite a bit. Its a damn good front-end, IMHO.

Thanks,

Daven
Nov 13 '05 #3
Does your hosting company also create your website for you? That is not
usually the case -- usually they provide a server to which you can FTP
(upload) pages of various kinds, at least HTML pages, and may also provide
support for databases, shopping carts, etc. But usually it is up to you, or
a web designer/implementer that you hire, to create and upload your own
website.

Not "defending" your ISP, but just cautioning that getting another may not
accomplish what you are asking about here.

Larry Linson
Microsoft Access MVP
"Daven Thrice" <da*********@NOyahooSPAM.com> wrote in message
news:KUMpd.128737$cJ3.64864@fed1read06...

"MacDermott" <ma********@nospam.com> wrote
If your server is running WindowsNT or higher, it should support IIS
Extensions, which means you can use classic ASP.
If it's not a Windows server, there are other options with names like PERL and PHP, which are not in my personal toolkit. You'll probably get better advice about them in newsgroups whose names don't include Microsoft.
I think you're right, that http/ftp servers allow for upload and download
but not editing. I've been having difficulty in getting what I want out of
my hosting company. I guess if they don't get it together over the next

few days, I'll just have to go with another place. (Gee, after I prepaid a year with the first place. Oh well!)

I've been poking around Access quite a bit. Its a damn good front-end, IMHO.
Thanks,

Daven

Nov 13 '05 #4
Larry's points are well taken.

Also -
yes, Access is a great RAD tool for front-ends, but be aware that there
is no good way to use it directly over the Internet.
"Daven Thrice" <da*********@NOyahooSPAM.com> wrote in message
news:KUMpd.128737$cJ3.64864@fed1read06...

"MacDermott" <ma********@nospam.com> wrote
If your server is running WindowsNT or higher, it should support IIS
Extensions, which means you can use classic ASP.
If it's not a Windows server, there are other options with names like PERL and PHP, which are not in my personal toolkit. You'll probably get better advice about them in newsgroups whose names don't include Microsoft.
I think you're right, that http/ftp servers allow for upload and download
but not editing. I've been having difficulty in getting what I want out of
my hosting company. I guess if they don't get it together over the next

few days, I'll just have to go with another place. (Gee, after I prepaid a year with the first place. Oh well!)

I've been poking around Access quite a bit. Its a damn good front-end, IMHO.
Thanks,

Daven

Nov 13 '05 #5

"Larry Linson" <bo*****@localhost.not> wrote in message
news:0dPpd.1455$%C6.940@trnddc02...
Does your hosting company also create your website for you? That is not
usually the case -- usually they provide a server to which you can FTP
(upload) pages of various kinds, at least HTML pages, and may also provide
support for databases, shopping carts, etc. But usually it is up to you,
or
a web designer/implementer that you hire, to create and upload your own
website.

Not "defending" your ISP, but just cautioning that getting another may not
accomplish what you are asking about here.


Some of these things, I think, are not in direct line with what they've done
before. For example, they had difficulty in getting myphpadmin up and
running for me, but they did it. In fact, they've gone out of their way to
help. I can be frustrated, but I can't complain about these guys. Still,
though, after more than a week, I still can't attach to a database on their
site through ODBC. They claim to be database host providers, and they want
to be, but they haven't the experience.

I've found some reasonably priced companies who appear to have some
experience. Unfortunately, I'm using a mish-mash of tools. Otherwise, I'd
probably be able to find a host through Microsoft. I imagine they have some
sort of certification program.

Thanks!

Mike
Nov 13 '05 #6
Does your host not offer MySql or PostgreSQL? Many hosts offer that now in
even the medium--cheap plans.

On Thu, 25 Nov 2004 21:20:36 -0800, "Daven Thrice"
<da*********@NOyahooSPAM.com> wrote:
This may be a bit OT, although is such a thing exists, there is probably a
way to connect an access form...

I have a relatively small amount of data that I want to put up on the
Internet in a relational database. It has to be read/write.

I don't want to have to go to a new host to do this because its just a small
project, and my current host hasn't been able to get anything up and
running.

I've been poking around with VB, trying to create a random access file, but
I can't seem to connect to an FTP or HTTP site for anything other that
upload and download.

Does anybody have a recommendation for a database, or just a methodology,
that is able to login to an ftp site for read/write access?

Thanks!

Daven


Nov 13 '05 #7

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

Similar topics

10
by: Andrew Dalke | last post by:
Is there an author index for the new version of the Python cookbook? As a contributor I got my comp version delivered today and my ego wanted some gratification. I couldn't find my entries. ...
4
by: John Morgan | last post by:
I have Enterprise Manager on my local machine. For the last twelve months it has been connecting without problem to my online SQL Server database provided by my ISP. Three weeks ago the ISP...
1
by: John Morgan | last post by:
I have an online SQL Server database provided by an ISP. I do not have permission to create a backup device and I understand this is normal practice. I am not using Enterprise Manager to...
9
by: Pam Ammond | last post by:
I need the code to update the database when Save is clicked and a text field has changed. This should be very easy since I used Microsoft's wizards for the OleDBAdapter and OleDBConnection, and...
10
by: Konstantin Andreev | last post by:
Hello. Some time ago I asked in this conference, - How to use an ONLINE BACKUP to restore database onto another system? - but got no answers. Therefore I can conclude it is not possible. But......
16
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might...
0
by: piyushdabomb | last post by:
Hi Oracle Gurus!! Before I proceed, as per the moderators request, I would like to mention that I have already taken a look at the other threads pertaining to a similar issue which I am having and...
0
by: raylopez99 | last post by:
10 years ago, the below was written (see very end, after my signature RL). What, if anything, has changed? I have Access 2003 and soon Access 2007 on a Windows XP Professional or Windows...
0
MrMancunian
by: MrMancunian | last post by:
How to create a database connection without using wizards Introduction I've seen a lot of questions on the net about getting data from, and saving data to databases. Here's a little insight how...
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: 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
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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,...

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.