Jump to content
Server Maintenance This Week. ×

Rename Database


This topic is 3820 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Filemaker Developer has a set of developers tools. Among other things it allows you to rename a file and have any references to the old file name automatically replaced in the process. It also allows you to make single user runtime versions of a program and to strip development ability from a file so no one can get under the hood so to speak.

Link to comment
Share on other sites

My understand is that if a file name or even a table name is renamed that this carries over to all items that reference the names. Except for Get(ScripParameter) or any name enclosed in quotes, so this could be a problem, no?

Link to comment
Share on other sites

Hi Rick,

 

Hard-coded field references (table/field names in quotes) will always break if renamed which is why they should not be used.  But renaming by using the Developer tool protects from multi-file imports which are particularly prone to break if a file name is changed.  But yes, it changes all references in all associated files.

 

And just to be clear, jw, it is PRO Advanced and not Server Advanced which provides the added tools.  :-)

Link to comment
Share on other sites

This topic is 3820 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.