I'm getting an error message about a table not existing in the previous database however this is already after I have made a connection to a different database. Do I have to unset the variable of the previous database connection before attempting to connect to the second database? All the variables (database name, user names, password and server (localhost)) are correct. For clarification going through every single database query and selecting which connection isn't an option for me.
- John