Re: Database/WebAccess
From: Steve_s (Steves_at_discussions.microsoft.com)
Date: 11/08/04
- Next message: JohnJump: "Exchange Admin Tools"
- Previous message: Lewej: "OTT Enterprise Spyware"
- In reply to: Fred Blum: "Re: Database/WebAccess"
- Next in thread: Steve_s: "Re: Database/WebAccess"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Nov 2004 08:47:08 -0800
Thanks very much for your help Fred..I will look into Mysql...I would
probably have a VB front end foruse internally and I am considering
purchasing ASP.Net to handle the web front end, so hopefully would be
compatable with MYSql
Thanks
Steve
"Fred Blum" wrote:
>
> Steve,
>
> All others have responded to the security and SQL server license
> implications.
>
> Regarding your synchronisation question of the local database with the
> remote internet database question.
> There are several strategies depended of the database of choice.
>
> With Access probably the best way would be uploading and overwritten the
> remote Internet database.
> With SQL server you can define a Linked Server and write the necesssary
> queries for synchronisarion and/or use Data Transactions Services.
>
> We have a scheduled Visual Basic app that checks the local and remote
> databases/records timestamp and updates, deletes or inserts only those
> records changed. Thereby reducing the internet traffic against a higher
> local CPU load. There are not a lot of MS Sql server providors and it therby
> more expensive. Most support and host MySql server. I don't know MySql but
> with an ODBC driver the same synchronisation can be achieved as with MS
> Sql..
>
> The database of choice also has a significant impact on your frontend.
>
> Regards,
> Fred Blum
>
> "Steve_s" <Steves@discussions.microsoft.com> wrote in message
> news:B0A89449-E672-45BF-AFDE-C6F964E5F203@microsoft.com...
> > Thanks for the advice...the reason I wanted to have the database in house
> > was
> > for development issues...If I used a hosting company wouldnt I have to
> > carry
> > out changes ona local database then upload to the server or would I be
> > able
> > to carry out changes/upgrades online?
> >
> >
> >
> > "Lanwench [MVP - Exchange]" wrote:
> >
> >> Steve_s wrote:
> >> > I am trying to formulate a strategy to enable customers to access our
> >> > database from the web.
> >> >
> >> > I think it would be preferable to have the database inhouse rather
> >> > than on a external server provided by a hosting company...I currently
> >> > use small business server 2000, does this have the capability to
> >> > enable me to set up web access directly through our own server?
> >>
> >> Yes, but I don't recommend it. You really don't want to host a public
> >> website on a LAN with a single server that's also your domain controller,
> >> Exchange server, and so forth - it could be a big security risk as well
> >> as a
> >> resource problem. I suggest that if you want this in-house you get
> >> another
> >> server and put it in your DMZ, completely isolated from your AD domain.
> >> Or
> >> do something easier and get an inexpensive hosting account with another
> >> company.
> >> >
> >> > If not, what would I require to do this?
> >>
> >>
> >>
>
>
>
- Next message: JohnJump: "Exchange Admin Tools"
- Previous message: Lewej: "OTT Enterprise Spyware"
- In reply to: Fred Blum: "Re: Database/WebAccess"
- Next in thread: Steve_s: "Re: Database/WebAccess"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|