tusharguptait Posted January 10, 2007 Posted January 10, 2007 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?
Lee Smith Posted January 10, 2007 Posted January 10, 2007 How are the files being accessed. Peer to peer, Server, IWA, Net? Lee
Søren Dyhr Posted January 10, 2007 Posted January 10, 2007 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
tusharguptait Posted January 10, 2007 Author Posted January 10, 2007 How are the files being accessed. File is accessed using Filemaker network and IWP. No server is set.
Recommended Posts
This topic is 6531 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