Re: Connect to table on web
- From: Yannis <None@xxxxxxxxxx>
- Date: 31 Aug 2006 01:25:36 -0700
"Theo Pistorius" <theo+nospamremove+@xxxxxxxxxxxxx> wrote in
news:44f682e6@xxxxxxxxxxxxxxxxxxxxxx:
Ok, let me rephrase that then.
My web host already has mysql running on a linux box.
Is it possible to connect to the mysql tables with a desktop application
and add/delete/edit the mysql data with something.
Yes it is possible to connect to any sql server through the internet.
Now the problem is
1) for security reasons most of the providers do not give access
to the sql server from outside their LAN.
2) Most of sql trasnport mechanisms are not designed to work through the
internet making it slow to work.
You need to ask your host to be sure but I do not think that they are going
to open up the SQL port.
Is your host on linux only or it has windows server as well.
I'm stupid here, totally our of my league but logic tells
me there must be a way that is not too complex.
The simplest way that I can thing of is to write a small ISAPI proxy
which will connect with the sql server internally and will give you
the ability to execute any sql command and it will return the result
formated (eg CSV, XML etc). On the client side using a Tclientdataset
to hold the data let the user manipulate them and post back the changes
in sql commands.
You need to understand that through the internet you can not have direct
access to the data. This meens that you can't lock a record while it is
edited and multiple clients can make changes to the data.
This creates multiple problems which are outside the scope of this thread.
first you need to talk with your host to see if you can have access
directly to mySQL then I need to know if the host has windows web
servers as well as linux or only linux and then we can be more specific
to a solution of your problem.
Regards
Yannis.
.
- References:
- Connect to table on web
- From: Theo Pistorius
- Re: Connect to table on web
- From: Danijel Tkalcec
- Re: Connect to table on web
- From: Theo Pistorius
- Re: Connect to table on web
- From: Yannis
- Re: Connect to table on web
- From: Theo Pistorius
- Connect to table on web
- Prev by Date: Re: Castalia For BDS: Not a "full edition"?
- Next by Date: Re: Castalia For BDS: Not a "full edition"?
- Previous by thread: Re: Connect to table on web
- Next by thread: Re: Connect to table on web
- Index(es):
Relevant Pages
|
|