| View previous topic :: View next topic |
| Author |
Message |
Eric Holmes Guest
|
Posted: Wed Feb 25, 2004 3:48 pm Post subject: Socket |
|
|
I have a client pc with some data (interbase) which I am going to transfer
to an Server. I have to use a socket. Which component shall I use - is it
best to use one of Indy's or is it borland's own. I use D7.
|
|
| Back to top |
|
 |
Eric Holmes Guest
|
Posted: Wed Feb 25, 2004 3:49 pm Post subject: Re: Socket |
|
|
..... and I want to transfer the data in XML format !
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
Posted: Wed Feb 25, 2004 4:51 pm Post subject: Re: Socket |
|
|
"Eric Holmes" <flint57 (AT) post11 (DOT) tele.dk> wrote in news:403cc3c1
@newsgroups.borland.com:
| Quote: | I have a client pc with some data (interbase) which I am going to transfer
to an Server. I have to use a socket. Which component shall I use - is it
best to use one of Indy's or is it borland's own. I use D7.
|
Indy.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Qualified help FAST with Indy Experts Support
from the experts themselves:
http://www.atozed.com/indy/experts/support.iwp
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
Posted: Wed Feb 25, 2004 4:52 pm Post subject: Re: Socket |
|
|
"Eric Holmes" <flint57 (AT) post11 (DOT) tele.dk> wrote in news:403cc428
@newsgroups.borland.com:
| Quote: | ... and I want to transfer the data in XML format !
|
TCP doesnt care about format. Its a transport.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Want more Indy stuff? Try the Atozed Indy Portal at
http://www.atozedsoftware.com/
* More Free Demos
* Free Articles
* Extra Support
|
|
| Back to top |
|
 |
|