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
- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 5:53 PM To: PHP DB Mailing List Subject: [PHP-DB] remote database exchange Is it possible to exchange data on remote databases in PHP mysql? Suppose I had a MUSIC database that you wanted your site visitors to be able to

[PHP-DB] remote database exchange

2001-07-16 Thread Ken Sommers
Is it possible to exchange data on remote databases in PHP mysql? Suppose I had a MUSIC database that you wanted your site visitors to be able to query,and it was OK with me because you had a MOVIE database that I wanted MY site visitors to be able to query, Could we swing this? what is the nam