At 16:43 -0400 10/1/03, [EMAIL PROTECTED] wrote:
I need to know the syntax to link two tables together that are in two
seperate DB's using the ODBC drivers in PHP.  Can anyone help with an
example?

Depends on what you mean by "link two tables together." if you're trying to perform a join, you can simply refer to the tables using db_name.tbl_name syntax.

You can read about name syntax in the MySQL Reference Manual:

http://www.mysql.com/doc/en/Legal_names.html

--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

Are you MySQL certified? http://www.mysql.com/certification/


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



Reply via email to