Subject | RE: [ib-support] Web and Firebird |
---|---|
Author | Kaputnik |
Post date | 2002-03-07T08:28:39Z |
For PHP, I think there are some libraries, but I know only one: AdoDB.
While I don't do any php myself, a colleague of me, who does our
website, uses AdoDB and it works with both, InterBase and Firebird.
It's very easy to use, has a , and can be found at:
http://php.weblogs.com/ADODB
(Requires PHP4 to work)
Other way (if you have a win-box to server http) is to stil use Delphi
and IBObjects and the included IB_PageProducer. To get great tutorials
on Delphi-Based CGI and ISAPI, see Shiv Kumar's site on
http://www.matlus.com And invaluable resource for Delphi-based
Web-Development tutorials.
Intraweb from Atozed-Software seems to also be an alternative, in fact
(from user-testimonials in the newsgroups) an incredibly good
alternative (http://www.atozedsoftware.com). You can use your favourite
access-library and don't even need a web-server (is already built into
Intraweb-Applications)
If you need to use a linux-box as web-server, there is phpLens, which is
not free, but provides advanced capabilities for editable girds using
JavaScript and so on. (http://phplens.com)
CU,
Nick Josipovic
BIT Institute
Prof. Dr. Franz Steffens
University of Mannheim
T: ++49 621 181 1621
M: ++49 179 133 44 16
S: ++49 621 181 1622
F: ++49 621 181 1618
nick.josipovic@...
While I don't do any php myself, a colleague of me, who does our
website, uses AdoDB and it works with both, InterBase and Firebird.
It's very easy to use, has a , and can be found at:
http://php.weblogs.com/ADODB
(Requires PHP4 to work)
Other way (if you have a win-box to server http) is to stil use Delphi
and IBObjects and the included IB_PageProducer. To get great tutorials
on Delphi-Based CGI and ISAPI, see Shiv Kumar's site on
http://www.matlus.com And invaluable resource for Delphi-based
Web-Development tutorials.
Intraweb from Atozed-Software seems to also be an alternative, in fact
(from user-testimonials in the newsgroups) an incredibly good
alternative (http://www.atozedsoftware.com). You can use your favourite
access-library and don't even need a web-server (is already built into
Intraweb-Applications)
If you need to use a linux-box as web-server, there is phpLens, which is
not free, but provides advanced capabilities for editable girds using
JavaScript and so on. (http://phplens.com)
CU,
Nick Josipovic
BIT Institute
Prof. Dr. Franz Steffens
University of Mannheim
T: ++49 621 181 1621
M: ++49 179 133 44 16
S: ++49 621 181 1622
F: ++49 621 181 1618
nick.josipovic@...
> -----Original Message-----
> From: irwin123456 [mailto:iirwin1@...]
> Sent: Thursday, March 07, 2002 9:02 AM
> To: ib-support@yahoogroups.com
> Subject: [ib-support] Web and Firebird
>
> Have worked out how to use Firebird with BDE or ib-objects.
> What is the best way to use the database from the web. Is it best to
> use php or cgi so that anyone can log on to a firebird database using
> only a browser, no local clients.
> Don't want to do anything complicated, so which ever is the easiest
> method. Thanks in advance.
>
>