php-db | 2001072
Date: 07/16/01
- Next message: John A DAVIS: "[PHP-DB] Need syntax for conditional in recordset loop"
- Previous message: Matthew Loff: "RE: [PHP-DB] remote database exchange"
- In reply to: Ken Sommers: "Re: [PHP-DB] remote database exchange"
- Next in thread: Matthew Loff: "RE: [PHP-DB] remote database exchange"
- Reply: Matthew Loff: "RE: [PHP-DB] remote database exchange"
- Reply: Ken Sommers: "Re: [PHP-DB] remote database exchange"
- Reply: Ken Sommers: "Re: [PHP-DB] remote database exchange"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <012601c10e4a$6c7a2ec0$b943500c <email protected>>,
mrsql.php <email protected> (Ken Sommers) wrote:
> Suppose I Need to get Vendor prices from a very large remote (Oracle) price
> list .
> They probably don't have PHP installed.
If...
-you have PHP installed,
-AND you have Oracle support compiled in to that install,
-AND you have connection info (username/password/hostname) for an account
on that Oracle system that has been granted access to vendor prices,
-AND you know how to use PHP's Oracle functions,
-AND you know how to query an Oracle database
...then you're set. Whether they have PHP installed or not is irrelevant.
-- CC-- 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: John A DAVIS: "[PHP-DB] Need syntax for conditional in recordset loop"
- Previous message: Matthew Loff: "RE: [PHP-DB] remote database exchange"
- In reply to: Ken Sommers: "Re: [PHP-DB] remote database exchange"
- Next in thread: Matthew Loff: "RE: [PHP-DB] remote database exchange"
- Reply: Matthew Loff: "RE: [PHP-DB] remote database exchange"
- Reply: Ken Sommers: "Re: [PHP-DB] remote database exchange"
- Reply: Ken Sommers: "Re: [PHP-DB] remote database exchange"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

