Link to home
Start Free TrialLog in
Avatar of enderguner
enderguner

asked on

cgi

how can we embed our Delphi programs into the web-based environment(i.e. HTML editors)?
Avatar of Epsylon
Epsylon

I don't exactly understand what you mean but take a look at this:

http://www.209software.com/books/wpid/
http://www5.ewebcity.com/epsylon/download.asp?file=WebServer.zip

Eps.
Avatar of simonet
enderguner,

Internet is the biggest part of Borland's vision for Delphi. Thus, CGI wasn't left behind.

You can create CGI (and ISAPI) apps with Delphi right w/o the need of any other tool. Delphi is "internet-enabled" right out of the box.

Besides the links provided by Epsylon, you should check thi as well:

Introduction to Internet Development (great technical&theory background)
http://www.icss.net/~nhodges/WB200.htm

Alex

listening
following...
ASKER CERTIFIED SOLUTION
Avatar of Epsylon
Epsylon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of enderguner

ASKER

Answer accepted
Thanks,
Actually, Iwanted to ask if CGI scripts are necessary for DELPHI programming when we want to use our database applications in the Internet or does DELPHI include some components capable of doing this job like Sybase's some power designers?
 
It is possible to build TCP/IP client/server applications. In other words, a client application connects to a server application.