Re: [PHP-DB] consult different databases on different machines

2001-11-20 Thread Russ Michell
Miguel: 1). Are you trying to connect an MS Access database to a MySQL database? 2). Are the databases and servers both/individually remote or local? See if: http://gertrude.anglia.ac.uk/webteam/tips/php_sql/odbc.htm helps you any. Good luck. Russ On Tue, 20 Nov 2001 12:35:29 + Miguel

RE: [PHP-DB] consult different databases on different machines

2001-11-20 Thread Rick Emery
PROTECTED] Subject: Re: [PHP-DB] consult different databases on different machines Miguel: 1). Are you trying to connect an MS Access database to a MySQL database? 2). Are the databases and servers both/individually remote or local? See if: http://gertrude.anglia.ac.uk/webteam/tips/php_sql/odbc.htm

Re: RE: [PHP-DB] consult different databases on different machines

2001-11-20 Thread Russ Michell
. -Original Message- From: Russ Michell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 6:39 AM To: Miguel Loureiro Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] consult different databases on different machines Miguel: 1). Are you trying to connect an MS Access database

Re: [PHP-DB] consult different databases on different machines

2001-11-20 Thread Russ Michell
Right then: * You have 2 remote MySQL DB's on different O/S's * You want one to 'talk' to the other one? errr (whirrr grind..etc) I'm sorry if you've already stated this in your first email, but could you not just query both DB's separatley using mysql_select_db() Using separate DB

Re: RE: [PHP-DB] consult different databases on different machines

2001-11-20 Thread Russ Michell
To: '[EMAIL PROTECTED]' Subject: RE: RE: [PHP-DB] consult different databases on different machines I got no clue either. I'm hoping somebody can, though. rick Richard Emery IT Sr. Project Manager (972) 478-3398 -Original Message- From: Russ Michell [mailto:[EMAIL

Re: [PHP-DB] consult different databases on different machines

2001-11-20 Thread Valter Santos
seems to be a permission problem... you have to give GRANT rights in your database to your winnt IP address Valter Santos - Original Message - From: Miguel Loureiro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 12:35 PM Subject: [PHP-DB] consult different