![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
I have never worked with filemaker pro before and have the responsibility to take a poorly designed FM pro database and migrate it to MySQL or access. |
|
The database table has no primary index and I could not think of a simple method to populate an empty auto-increment type field. |
|
So far I have started working with a ODBC connection to the database because the scripting system in filemaker seemed a little too inflexible. |

|
If anyone has any suggestions how I could get the job done faster it would be greatly appreciated. |
#3
| |||
| |||
|
|
In article <5dZJe.7578$%w.1566 (AT) twister (DOT) nyc.rr.com>, force010 (AT) hotmail (DOT) com says... I have never worked with filemaker pro before and have the responsibility to take a poorly designed FM pro database and migrate it to MySQL or access. Why? So you can have a poorly designed MySQL or Access database? Just kidding! Although I've run into so many cases of people doing just that... starting with a bad design, blaming the database engine, and then replicating the bad design on a new database engine that its just not funny. The database table has no primary index and I could not think of a simple method to populate an empty auto-increment type field. Its actually very easy. I'm assuming you've already got an empty auto- increment field setup, since you are asking how to populate it. Look up the "Replace" command in the help. The command itself is under the "Records" menu. It will do what you require. In filemaker pro 7 the help entry is titled "Replacing the Contents of a field". So far I have started working with a ODBC connection to the database because the scripting system in filemaker seemed a little too inflexible. And like anyone from mysql/access with no filemaker experience you chose the absolutely most roundabout and complicated way of doing it. ![]() If anyone has any suggestions how I could get the job done faster it would be greatly appreciated. See above. Good luck. |
#4
| |||
| |||
|
|
Thanks for the insight. Surprisingly, I take it that you believe the scripting engine in filemaker is useful and worthwhile to learn? |

|
I couldn't even figure out how to execute an SQL statement on the current database. |
![]() |
| Thread Tools | |
| Display Modes | |
| |