Newbies thedig Posted May 5, 2011 Newbies Posted May 5, 2011 I have Server 11 ADv. working fine via ODBC MySQL 5.1. I need to point to another server with the same tables exactly and once I do that all the tables references are lost. If I redefine them in the relations diagram to their new location weird things happen and I also lose all my additional calculation fields I defined in the Mysql tables (in FM). Has anyone managed to repoint an ODBC without wrecking havoc on Filemaker? Thanks. p.s. I'm using the same ODBC DSN - just changed server/user/pw
Jonathan Monroe Posted May 5, 2011 Posted May 5, 2011 I need to point to another server with the same tables exactly and once I do that all the tables references are lost. Internally, FM stores the database name along with the table and column names. This so that you can include two tables with the same name from two different databases. The implication of this is that you can change the server (by changing the IP address in your DSN), but the new server must have the same database name as the old server. If the database names are different (i.e. one is named "staging" and the other is named "production"), you will see exactly the problem you are describing. Jonathan Monroe Actual Technologies - ODBC for Mac OS X http://www.actualtech.com
Newbies thedig Posted May 5, 2011 Author Newbies Posted May 5, 2011 Thanks Jonathan. I was afraid that that was the case. Problem is I can't give the database the exact name as the hosting co. won't allow it. So will need to figure something out...
Recommended Posts
This topic is 4951 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now