Subject Re: Web developement tools and Firebird
Author Dixon Epperson
--- In firebird-support@yahoogroups.com, "Thomas Clarke"
<tclarke@s...> wrote:
> I am a lurker on several Firebird lists, I develop applications for
small
> companies using Delphi and Firebird. Using both FIBPlus and IBOjects. I
> still have some older applications out there using the BDE.
>
> companies using Delphi and Firebird. Using both FIBPlus and IBOjects. I
> still have some older applications out there using the BDE.
>
> A project has come up that requires a thin client. I believe
Firebird will
> be the right database for this application. My question is what
tools and
> development environments are some of you using to develop web based
> applications? What are some of the gotchas?

If you're good with Delphi, you've got all you need right there.
I've done web sites with both Delphi5 and 7. I used a TWebModule and
the TPageProducer. For the HTML I used HotMetal that came with D5,
but any html producer that lets you create tags like this <#ATAG></#ATAG>
will work fine.

You will need to read the documentation, but its really simple and
fast. We were building ISAPI apps, and did it with Interbase 6.01,
Firebird 1.3 and 1.5.


E. D. Epperson Jr.