I have two databases in MySQL, tp and tp1, and using ASP.NET I can access tables in tp with the following connection string:\[code\]<connectionStrings> <add name="MySQLConnStr" connectionString="DRIVER={MySQL ODBC 3.51 Driver};Database=tp;Server=localhost;UID=root;PWD=;"/></connectionStrings>\[/code\]But what should I do to access tables from other databases, e.g. tp1?