Re: Web-based software update
From: G. Allen Casteran (allen_at_nisinc.com)
Date: 03/15/04
- Next message: Mike Shkolnik: "new freeware TSMBreakGrid component"
- Previous message: johnnie: "Re: Report Component for both fast dot-matrix and ink-jet/laser printers"
- In reply to: Andrew Diabo: "Web-based software update"
- Next in thread: Lauchlan M: "Re: Web-based software update"
- Reply: Lauchlan M: "Re: Web-based software update"
- Reply: Andrew Diabo: "Re: Web-based software update"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 15 Mar 2004 11:22:58 -0500
In article <4052aef2@newsgroups.borland.com>, aadiabo@ix.netcom.com
says...
> Is there a way to do software updates using a web-based interface? 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.
>
> Thanks
> Andrew
Andrew,
All this talk of n-tier and web services is rather off, since it seems
that your main point was how can I reach my DB if it is behind a
firewall.
The answers are
1) Open the firewall to allow SQL Server traffic to pass through. (Not
highly recommended, but the easiest to implement)
2) Add a VPN that allows your remote client to access the network
through the firewall as if they are on the inside. Then your SQL Server
database WILL be local and you will have connectivity. (Highly
recommended solution)
3) Create some web service to send receive data. Without using a VPN,
you still have open data flowing over the internet, so encryption is
generally needed. The overhead of creating and maintaining this
additional transport layer and the separate client app, may make this a
costly solution.
Use the VPN and be done with it. Check with your firewall vendor for
detailed info on their VPN solutions.
Allen.
- Next message: Mike Shkolnik: "new freeware TSMBreakGrid component"
- Previous message: johnnie: "Re: Report Component for both fast dot-matrix and ink-jet/laser printers"
- In reply to: Andrew Diabo: "Web-based software update"
- Next in thread: Lauchlan M: "Re: Web-based software update"
- Reply: Lauchlan M: "Re: Web-based software update"
- Reply: Andrew Diabo: "Re: Web-based software update"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|