Hi there! I'm having a terrible problem! I have an application (a Java Applet) that reads some info from a DBF stored in my server. When I try to update the DBF file it says It couldnt open it (I can open for read-only, but r+w i cant). Well I'm suspecting that the problem is that the file was still associated to the application, so I decided to close the applet window before calling the new one, Still don't get anything, I don't know if there's a latency time or else. I really need to update the file, is there any suggestion? Can I use some shell commands to de-associate the file and the application?
Thanks