In the last episode (Jun 24), Donna Croland said:
> Does mysql support remote procedure calls or DRDA?  I have partitioned 
> my database between multiple servers and need to join two tables from 
> two different servers (mysql instances) and I am wondering what the 
> best method for doing this would be.  Any help would be greatly 
> appreciated!

No, it doesn't.  You could replicate one table to the other machine,
though.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to