Yes thats a point.
I unfortunitly need to have a local DB and a remote DB. I migh just do 
an HTTP Post to update the DB on the server at the same time as a post 
happens in the application.
the other thing would be to open a port to me SQL Server so it can 
access the data remotly, but then if the servers down.....

Hmm...might run with my dirst idea maybe.

Jeremy

-----Original Message-----
From: "Chris Milham" <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Date: Tue, 19 Nov 2002 16:08:54 +1300
Subject: RE:  RE: [DUG]:  what will be the best technology?

> Can't suggest much other than: it may be overkill if your requirements
> =
> are simple.
> You may find it easier just to send delimeted strings over HTTP(S) and
> =
> parse them yourself.=20
> I've only used SOAP a bit with PHP. Not sure how easy it is with
> Delphi.
> 
> Chris
> 
> > -----Original Message-----
> > From: vss [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 19 November 2002 3:54 p.m.
> > To: Multiple recipients of list delphi
> > Subject: RE: [DUG]: what will be the best technology?
> >=20
> >=20
> > Yes. I wondered about SOAP, but I have not actually done=20
> > anything WITH=20
> > SOAP. Got any Tips ?
> >=20
> > Jeremy
> >=20
> > -----Original Message-----
> > From: "Chris Milham" <[EMAIL PROTECTED]>
> > To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
> > Date: Tue, 19 Nov 2002 15:45:32 +1300
> > Subject: RE: [DUG]:  what will be the best technology?
> >=20
> > > SOAP :)
> > >=20
> > > > -----Original Message-----
> > > > From: vss [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, 19 November 2002 3:27 p.m.
> > > > To: Multiple recipients of list delphi
> > > > Subject: [DUG]: what will be the best technology?
> > > >=3D20
> > > >=3D20
> > > > Hi all.
> > > > I have been approched to write an application that will run=3D20
> > > > on a machine=3D20
> > > > somewhere, but it will need to update a db on a webserver.
> > > > The client had ADSL, and thought, well maybe I could write
> an=3D20
> > > > app. that=3D20
> > > > puts a webpage into the app, using THtml component, and it=3D20
> > > > just post the=3D20
> > > > data to a webpage which puts it in the database.
> > > > BUT, is there a better technology I could use or investigate?
> > > >=3D20
> > > > Thanks, jeremy
> > > >=3D20
> > > > --------------------------------------------------------------
> > > > -------------
> > > >     New Zealand Delphi Users group - Delphi List -=3D20
> > > > [EMAIL PROTECTED]
> > > >                   Website: http://www.delphi.org.nz
> > > > To UnSub, send email to: [EMAIL PROTECTED]=3D20
> > > > with body of "unsubscribe delphi"
> > > > Web Archive at:=20
> > http://www.mail-archive.com/delphi%40delphi.org.nz/
> > > >=3D20
> > >=20
> > --------------------------------------------------------------
> > ---------
> > > ----
> > >     New Zealand Delphi Users group - Delphi List -=20
> > [EMAIL PROTECTED]
> > >                   Website: http://www.delphi.org.nz
> > > To UnSub, send email to: [EMAIL PROTECTED]=20
> > > with body of "unsubscribe delphi"
> > > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> >=20
> > --------------------------------------------------------------
> > -------------
> >     New Zealand Delphi Users group - Delphi List -=20
> > [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> > To UnSub, send email to: [EMAIL PROTECTED]=20
> > with body of "unsubscribe delphi"
> > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> >=20
> -----------------------------------------------------------------------
> ----
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED] 
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to