Date: 08/13/00
- Next message: Franklin Hays: "[PHP-DB] multiple inserts"
- Previous message: Jerome Lebel: "Re: [PHP-DB] JDBC ?"
- In reply to: Jerome Lebel: "Re: [PHP-DB] JDBC ?"
- Next in thread: Jerome Lebel: "RE: [PHP-DB] JDBC ?"
- Reply: Jerome Lebel: "RE: [PHP-DB] JDBC ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You don't need a JDBC driver to connect to the db with PHP. You need a
driver/module for PHP that can connect to the database. If you want to
dynamically load a JAVA container into your PHP and then use the JDBC
driver, that's possible.
If you're using mysql, there is a driver for PHP that works well. Similarly
for Postgres. Beyond that, I am sure there is a driver for other databases,
such as Oracle and Sybase. Check the php.net site and search at the vendor
sites for drivers.
-- Jake
JAVATOPIA
javadude <email protected>
> -----Original Message-----
> From: php-db-return-2016-javadude=pobox.com <email protected>
> [mailto:php-db-return-2016-javadude=pobox.com <email protected>]On Behalf Of
> Jerome Lebel
> Sent: Sunday, August 13, 2000 6:04 PM
> To: Sharif Islam
> Cc: php-db <email protected>
> Subject: Re: [PHP-DB] JDBC ?
>
>
> I have a database with its JDBC driver. I wonder if I can use PHP
> with this database and how.
>
> I don't know a lot about PHP.
> --
> Jerome Lebel
> jerome <email protected>
> +1-603-547-8404 x 207
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Franklin Hays: "[PHP-DB] multiple inserts"
- Previous message: Jerome Lebel: "Re: [PHP-DB] JDBC ?"
- In reply to: Jerome Lebel: "Re: [PHP-DB] JDBC ?"
- Next in thread: Jerome Lebel: "RE: [PHP-DB] JDBC ?"
- Reply: Jerome Lebel: "RE: [PHP-DB] JDBC ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

