Confused on PHP and making a JDBC connection

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

    Confused on PHP and making a JDBC connection

    I have someone who has a proprietary database. They said that the only
    way to access the DB is via a JDBC connection.

    Now, does this mean I HAVE to use JAVA or JSP to connect to the DB? Does
    PHP have the ability to make a connection using JDBC so that I can use
    only PHP wo access the DB and use it in my web applications?

    If the first thing that comes to your mind is "Ask the people who created
    the DB"...I did, and they have no clue.

    --
    [ Sugapablo ]
    [ http://www.sugapablo.com <--music ]
    [ http://www.sugapablo.net <--personal ]
    [ sugapablo@12jab ber.com <--jabber IM ]

  • CJ Llewellyn

    #2
    Re: Confused on PHP and making a JDBC connection

    "Sugapablo" <russ@REMOVEsug apablo.com> wrote in message
    news:pan.2004.0 7.13.16.16.43.7 82755@REMOVEsug apablo.com...[color=blue]
    > I have someone who has a proprietary database. They said that the only
    > way to access the DB is via a JDBC connection.
    >
    > Now, does this mean I HAVE to use JAVA or JSP to connect to the DB? Does
    > PHP have the ability to make a connection using JDBC so that I can use
    > only PHP wo access the DB and use it in my web applications?[/color]

    If it's proprietary and the company that wrote it only released a then yes,
    you need Java.


    Comment

    Working...