Re: [PHP-DB] remote database exchange

2001-07-17 Thread Ken Sommers
> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 4:33 PM Subject: Re: [PHP-DB] remote database exchange > In article <012601c10e4a$6c7a2ec0$b943500c@zeospantera>, > [EMAIL PROTECTED] (Ken Sommers) wrote: > > > Suppose I Need to get Vendor prices from a very larg

Re: [PHP-DB] remote database exchange

2001-07-16 Thread CC Zona
In article <001b01c10e52$0c08e060$3c41500c@zeospantera>, [EMAIL PROTECTED] (Ken Sommers) wrote: > I ran > mysql> show variables; > to see if my host server has Oracle support,, MySQL is a DBMS. Oracle is a DBMS. Different products from different vendors. MySQL doesn't tell you if you have O

Re: [PHP-DB] remote database exchange

2001-07-16 Thread Ken Sommers
[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 4:33 PM Subject: Re: [PHP-DB] remote database exchange > In article <012601c10e4a$6c7a2ec0$b943500c@zeospantera>, > [EMAIL PROTECTED] (Ken Sommers) wrote: > > > Suppose I Need to get Vendor pric

RE: [PHP-DB] remote database exchange

2001-07-16 Thread Matthew Loff
m: CC Zona [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 7:34 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] remote database exchange In article <012601c10e4a$6c7a2ec0$b943500c@zeospantera>, [EMAIL PROTECTED] (Ken Sommers) wrote: > Suppose I Need to get Vendor prices from a ver

Re: [PHP-DB] remote database exchange

2001-07-16 Thread CC Zona
In article <012601c10e4a$6c7a2ec0$b943500c@zeospantera>, [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

RE: [PHP-DB] remote database exchange

2001-07-16 Thread Matthew Loff
From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 6:56 PM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] remote database exchange Suppose I Need to get Vendor prices from a very large remote (Oracle) price list . They probably don't have PHP insta

Re: [PHP-DB] remote database exchange

2001-07-16 Thread Ken Sommers
PROTECTED]>; "'PHP DB Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 3:31 PM Subject: RE: [PHP-DB] remote database exchange > > > The mysql_connect() function accepts a host name, which can be the > internet address of another machine! However

RE: [PHP-DB] remote database exchange

2001-07-16 Thread Matthew Loff
The mysql_connect() function accepts a host name, which can be the internet address of another machine! However-- the MySQL database on that machine has to be set up to allow outside connections for whatever particular username/password you are using! Please see these pages to answer your ques