January 10, 200719 yr Hi, I have a doubt regarding the found set. Is the found set consistent throughout the execution of script? If another user performs find on the same table at the same time at which my script is executing , will it effect my found set?
January 10, 200719 yr The found set is consistent as such, but there are some other issues you have to build into your scripting: Read page 74 -> in this: http://www.filemaker.com/downloads/pdf/techbrief_fm8_migrtn_found.pdf This means that attention should be paid to not letting scripting do what relations and custom functions can do for you... which of course takes som practice to see how NOT to get carried away with scripting - meanwhile build in checks on records being locked. --sd
January 10, 200719 yr Author How are the files being accessed. File is accessed using Filemaker network and IWP. No server is set.
Create an account or sign in to comment