> The only way to link tables in MySQL (to use the term from Access) is to
> use the Federated database engine. A Federated table physically exists on
> one server but virtually exists on another. This is exactly like creating
> a linked table.
>
> However, AFAIK, the Federated database engine only supports direct MySQL
> to MySQL sharing. It is not ready to do MySQL to <any other server> yet.
>
> http://dev.mysql.com/doc/refman/5.0/en/federated-description.html
> http://dev.mysql.com/doc/refman/5.0/en/federated-limitations.html
>

Interesting, thanks much for the information, Shawn.

Bing

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

Reply via email to