Subject | Using Firebird with InterBase 6 Databases via PHP |
---|---|
Author | jackdmason19 |
Post date | 2012-07-13T16:09:30Z |
> I assume that essentially all 4 databases should be identical?Two of the 4 databases have the same structure, the other two are unique. The stock levels do not contain site information. None of the databases share information. There are no stored procedures in any of the databases; it is always a simple query, query and update, or append operation. There are database generators for additions that require a unique sequential number.
> presumably the stock levels also contain site information?
> --
> 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
>
What we need to know is if it is save to query and update an InterBase 6 database using the PHP Firebird interface?