xBase Database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Harold Crump

    xBase Database

    Greetings,

    I want to access an x-Base compatible database from PHP on a Unix/Linux
    environment.
    The database will most probably be of the DBase/FoxBase format (.dbf).

    Does PHP provide a way to access it directly?

    If not, can this be accessed via ODBC?
    Is there an ODBC driver for xBase for a Unix platform?

    Thanks,
    Harold

  • NC

    #2
    Re: xBase Database

    Harold Crump wrote:[color=blue]
    >
    > I want to access an x-Base compatible database from PHP
    > on a Unix/Linux environment. The database will most probably
    > be of the DBase/FoxBase format (.dbf).
    >
    > Does PHP provide a way to access it directly?[/color]

    Yes: http://www.php.net/dbase

    Cheers,
    NC

    Comment

    Working...