 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Niklas Larsson Guest
|
Posted: Sat May 12, 2007 8:50 pm Post subject: Shared database on internet |
|
|
Hi!
I would like to write a simple database application, using ADO, that shares
the data over the internet. Using an Access database file och an Excel file
is OK. The only thing is that I need a centralized database that my
application easy can access for the users spreed over Europe.
Primary I just need to read the data, but also be able to write back to it
would be even better. Does anyone have any idea how to do this?
If I can't use ADO, is there any other technic to use?
Regards
Niklas |
|
| Back to top |
|
 |
Brian Hollister Guest
|
Posted: Sat May 12, 2007 9:22 pm Post subject: Re: Shared database on internet |
|
|
Sounds like you want to build client-server topology into your app, however
your starting out on the wrong foot by using a desktop database. Yo ushould
rethink our choice of db platform, try SQL Server, MySQL, PostgreSQL, or
something else....
ADO will work fine with any of the above...
hth,
brian
--
Got a big event coming up? Let us
help coordinate your event. For more
visit www.kissemgoodbye.com
"Niklas Larsson" <nla (AT) virtualcarisma (DOT) com> wrote in message
news:4645e25d$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi!
I would like to write a simple database application, using ADO, that
shares
the data over the internet. Using an Access database file och an Excel
file
is OK. The only thing is that I need a centralized database that my
application easy can access for the users spreed over Europe.
Primary I just need to read the data, but also be able to write back to it
would be even better. Does anyone have any idea how to do this?
If I can't use ADO, is there any other technic to use?
Regards
Niklas
|
|
|
| Back to top |
|
 |
Del Murray Guest
|
Posted: Sun May 13, 2007 1:46 am Post subject: Re: Shared database on internet |
|
|
If your database is not large , you should be able to use SQ Server Express
or Developer. Express is latest MSDE and is free though limited in size and
Expres costs about 50 dollars US.
You can connect directly to SQL Server via the internet but be sure to have
an SSL Cert on the server and set up SQL server to use the cert. That will
greatly reduce risk of being intercepted, but not necessarily being hacked.
You need a firewall to protect from being hacked.
Your best bet is an ISAPI application that uses a browser or IntraWeb which
comes with Delphi although I have never personally used it.
Good luck. |
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Sun May 13, 2007 2:00 am Post subject: Re: Shared database on internet |
|
|
Del Murray wrote:
| Quote: | and Expres costs about 50 dollars US.
|
I suspect that you meant Developer, not Express.
--
Bill Todd (TeamB) |
|
| Back to top |
|
 |
MikeR Guest
|
Posted: Sun May 13, 2007 5:01 pm Post subject: Re: Shared database on internet |
|
|
Niklas Larsson wrote:
| Quote: | Hi!
I would like to write a simple database application, using ADO, that shares
the data over the internet. Using an Access database file och an Excel file
is OK. The only thing is that I need a centralized database that my
application easy can access for the users spreed over Europe.
Primary I just need to read the data, but also be able to write back to it
would be even better. Does anyone have any idea how to do this?
If I can't use ADO, is there any other technic to use?
Regards
Niklas
Classic ASP is pretty easy and straightforward. ADO is fine. And depending on the |
demands made on the DB, Access may well serve you nicely. Excel isn't a database,
altho many people try to use it as one.
There are tons of tutorials and code snippets on the web. Here's one to get started
on. http://www.webwizguide.info/asp/tutorials/updating_data_from_database.asp
Mike |
|
| Back to top |
|
 |
Del Murray Guest
|
Posted: Mon May 14, 2007 4:11 am Post subject: Re: Shared database on internet |
|
|
Yes, that is exactly what I meant ... damned keyboard .. it's about 60 years
old now and cant put two sentences together right anymore without a speling
eror.  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|