Re: Web-based software update
From: Lauchlan M (LMackinnon_at_NOSPAMHotmail.com)
Date: 03/13/04
- Next message: Andrew Diabo: "Re: Web-based software update"
- Previous message: Tony Caduto: "Re: MadExcept Question"
- In reply to: Andrew Diabo: "Web-based software update"
- Next in thread: Andrew Diabo: "Re: Web-based software update"
- Reply: Andrew Diabo: "Re: Web-based software update"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 13 Mar 2004 18:15:57 +1000
> Is there a way to do software updates using a web-based interface?
Yes
> I have to
> access my SQL Server using the internet but unfortunately it is behind a
> firewall and therefore cannot be accessed directly from a Delphi
> application. Any help is greatly appreciated.
Well, any web application framework can access your database behind a
firewall. So EWF, IW and ASP.NET are obvious starter candidates.
But depending on what you want to do, you might instead really want to code
an n-tier application over the internet, in which case you might want to
look at n-tier solutions such as RemObjects/Data Abstract, or kbmmmw.
Or, with some database servers such as NexusDB, I think you can make them
work over port 80 anyway and hence go through firewalls (I am not sure about
this solution though, and I personally don't think it's the wisest thing to
do but I believe it's possible and not hard to do. Some people do it.). Not
sure if MS SQL Server can do this or not. I am not familiar with how you
would set it up to expose it directly on a given port and IP address.
Probably MS have the good sense by now not to let people do this, as they'd
get the security flack for it! <g>.
It really depends on what you need to do with your database and what you
want from it. You might end up writing a web application, a web service or
an n-tier application. So it really depends what you want to do.
But I gave you a few options! <g>
Lauchlan M
- Next message: Andrew Diabo: "Re: Web-based software update"
- Previous message: Tony Caduto: "Re: MadExcept Question"
- In reply to: Andrew Diabo: "Web-based software update"
- Next in thread: Andrew Diabo: "Re: Web-based software update"
- Reply: Andrew Diabo: "Re: Web-based software update"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|