Subject Re: Web Application Using Firebird
Author johnsparrowuk
I'm using the open source .NET provider for Firebird with ASP.NET,
and it's great (I'm using 1.5.x, 1.6 is still in beta).

That way you can choose your language (C++, C#, Delphi.net or even
VB if you're that way inclined!). And ASP.NET nicely seperates code
from markup, in a similar way to Delphi (.pas file and .dfm).

If you don't have one of the commercial .NET products like Visual
Studio, C#Builder or Delphi.net, you can download the SDK from
Microsoft and use the command line compilers (but life will better
if you invest in an IDE!).

And if you're into Linux there is Mono (www.go-mono.com).

John

--- In firebird-support@yahoogroups.com, "R. S. Patil"
<kpr_rspatil@s...> wrote:
> Dear Friends,
>
> I am developing LAN based Database applications using
> Firebird and Delphi since quite long.
>
> One of our Client wants to web enable a already running LAN
> based Application (FireBird->Delphi C/S Linux at Server
> and w9x Clients). What they want is some of the transactions
> to be entered through Browser or Update file to be uploaded
> through FTP and Update Database on Server.As of Today
> I don't have any experience in web applications designing and
> developing.
>
> Can somebody help me by suggesting what tools shall I use
> to achieve the goals and some getting started URLs etc. etc.
>
> Best Regards
>
> R. S. Patil