Subject | Re: [firebird-php] Re: Using Firebird with InterBase 6 Databa |
---|---|
Author | Lester Caine |
Post date | 2012-07-13T16:26:29Z |
jackdmason19 wrote:
The driver is php_interbase ... it just happens to work with Firebird as well,
but in fact all of the development work is done against Firebird anyway.
Just for the record ...
My own systems have Firebird on a different machine to the web servers. The only
thing that has access to that machine is the web server ones. And I do access
different Firebird machines from the one web server.
Correctly formatted queries using parameters rather than hand written SQL is the
right way forward as that eliminates many of the 'holes' through which problem
SQL can be created. Look at ADOdb as an abstraction layer to help secure this
level ... http://adodb.sourceforge.net/
--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk
> As for the original question, is there any problem accessing/updating an InterBase 6 database from Firebird?That was answered ;)
The driver is php_interbase ... it just happens to work with Firebird as well,
but in fact all of the development work is done against Firebird anyway.
Just for the record ...
My own systems have Firebird on a different machine to the web servers. The only
thing that has access to that machine is the web server ones. And I do access
different Firebird machines from the one web server.
Correctly formatted queries using parameters rather than hand written SQL is the
right way forward as that eliminates many of the 'holes' through which problem
SQL can be created. Look at ADOdb as an abstraction layer to help secure this
level ... http://adodb.sourceforge.net/
--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk