View Full Version : How do I get MS Access relationships to convert to MySQL?


tjjazzyjeff
06-15-2007, 11:44 AM
I am trying to save my my relationships I created in MS Access to convert to MySQL. I have successfully converted all the tables, but getting the relationships over is another thing. I am not very skilled in MySQL. Any help here?

perldiver
08-01-2007, 06:33 PM
MySQL uses Foreign Keys to establish relationships between tables. Do you us any admin tools/interface like Navicat?

Tom