Re: [DUG]: Web Stuff

2000-11-13 Thread Mark Derricutt
On Mon, 13 Nov 2000, Sandeep wrote: I've never used PHP and ZOPE before. Can they access database files? PHP Rocks, and yes they can access databases, although at present there isn't really any abtracted database layer to make it easy to switch between various engines (although a few are in

Re: [DUG]: Web Stuff

2000-11-13 Thread Sandeep
PHP seems to do the same thing which a Webserver written in Delphi does i.e. replacing tags with supplied text. And then the web server must support php. How does it make it better than any other scripting language. Isn't it another language trying to make life more complicated. Why can't we

RE: [DUG]: Web Stuff

2000-11-13 Thread Stephen Bertram
Delphi has proven extremely efficient in web development, especially when accessing databases. I'd add a caveat here - I've had great difficulty getting web applications to scale when using BDE. Using alternative database access has made life a lot easier. Stephen Bertram

Re: [DUG]: Web Stuff

2000-11-13 Thread Mark Derricutt
On Tue, 14 Nov 2000, Sandeep wrote: PHP seems to do the same thing which a Webserver written in Delphi does i.e. replacing tags with supplied text. And then the web server must support php. How does it make it better than any well, it does a bit more that just "replace tags with supplied

RE: [DUG]: Web Stuff

2000-11-13 Thread Donovan J. Edye
components. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mark Derricutt Sent: Tuesday, 14 November 2000 06:40 To: Multiple recipients of list delphi Subject: Re: [DUG]: Web Stuff On Mon, 1

RE: [DUG]: Web Stuff

2000-11-13 Thread Patrick Dunford
of list delphi Subject: RE: [DUG]: Web Stuff S, Why can't we have a universal language to do everything we like? U. So why do we have Delphi / Pascal, C++, C, C#, SmallTalk, Perl, DOS Batch Files etc. etc. You choose the best tool for the job. Writing a DOS batch file to copy some

RE: [DUG]: Web Stuff

2000-11-13 Thread Donovan J. Edye
2000 10:59 To: Multiple recipients of list delphi Subject: RE: [DUG]: Web Stuff How do you make PHP work on Win32 / PWS or Apache 1.3.14? So far not having a lot of success, can we take this to e-mail? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Donovan J.

RE: [DUG]: Web Stuff

2000-11-13 Thread Steve Peacocke
At 09:45 a.m. 14/11/2000 +1300, you wrote: Delphi has proven extremely efficient in web development, especially when accessing databases. I'd add a caveat here - I've had great difficulty getting web applications to scale when using BDE. Using alternative database access has made life a lot

RE: [DUG]: Web Stuff

2000-11-13 Thread Donovan J. Edye
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sandeep Sent: Tuesday, 14 November 2000 07:27 To: Multiple recipients of list delphi Subject: Re: [DUG]: Web Stuff PHP seems to do the same thing which a Webserver written in Delphi does i.e. replacing tag

[DUG]: Web Stuff

2000-11-12 Thread Sandeep
I want to do some web development, and I would like to know how good is Delphi to do the job? I want to put the information from my application's database, so static HTML pages are out of question. What other tools can help me do the job? Regards Sandeep

Re: [DUG]: Web Stuff

2000-11-12 Thread Neven MacEwan
November 2000 09:08 Subject: [DUG]: Web Stuff I want to do some web development, and I would like to know how good is Delphi to do the job? I want to put the information from my application's database, so static HTML pages are out of question. What other tools can help me do the job? Regards

RE: [DUG]: Web Stuff

2000-11-12 Thread David O'Brien
Depends what your Web Server is. With NT, IIS, Active Server Pages are really easy for DB access. Dave. -Original Message- From: Sandeep [mailto:[EMAIL PROTECTED]] Sent: Monday, 13 November 2000 9:09 a.m. To: Multiple recipients of list delphi Subject: [DUG]: Web Stuff I want to do

Re: [DUG]: Web Stuff

2000-11-12 Thread Sandeep
What Web Server? - For NT Delphi is prob as good as anything But if it's relatively simple have you considered PHP, Also look at ZOPE I've never used PHP and ZOPE before. Can they access database files? It will be like an web extension of my application, so I think Delphi will be a better

RE: [DUG]: Web Stuff

2000-11-12 Thread Patrick Dunford
November 2000 09:50 To: Multiple recipients of list delphi Subject: Re: [DUG]: Web Stuff What Web Server? - For NT Delphi is prob as good as anything But if it's relatively simple have you considered PHP, Also look at ZOPE I've never used PHP and ZOPE before. Can they access database files

Re: [DUG]: Web Stuff

2000-11-12 Thread Xander van der Merwe
You might want to look at http://www.asp-express.com/ - its Delphi-based and its free. - Original Message - From: "Sandeep" [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Monday, November 13, 2000 9:49 AM Subject: Re: [DUG]: We

Re: [DUG]: Web Stuff

2000-11-12 Thread Steve Peacocke
At 09:08 a.m. 13/11/2000 +1300, you wrote: I want to do some web development, and I would like to know how good is Delphi to do the job? I want to put the information from my application's database, so static HTML pages are out of question. What other tools can help me do the job? Delphi has