I modified CREATE.BAS to see if PowerTree will work as a solution to a VB program I'm developing.
The program runs on two different computers that are networked together. One computer searches for a key using ptFF and then changes the contents of a field in that record. This process occurs every 100 milliseconds.
The other computer runs a copy of the same program. I know this sounds stupid but I'm trying to see how well the PowerTree functions handle multiuser mode.
Within a second or two one of the programs locks up while both are executing the ptFF function. I know it's the ptFF function because the program chunks away just fine if one of the programs has their ptFF bipassed.
Has anyone had this problem? If so does anyone have a solution?
I'm currently using an Access database and it doesn't locked up when I perform the same test but it's bulky and slow. I need a simple solution that handles file locking as good as Access seems too but is more efficient like PowerTree.
Thanks, Ron Weber
The program runs on two different computers that are networked together. One computer searches for a key using ptFF and then changes the contents of a field in that record. This process occurs every 100 milliseconds.
The other computer runs a copy of the same program. I know this sounds stupid but I'm trying to see how well the PowerTree functions handle multiuser mode.
Within a second or two one of the programs locks up while both are executing the ptFF function. I know it's the ptFF function because the program chunks away just fine if one of the programs has their ptFF bipassed.
Has anyone had this problem? If so does anyone have a solution?
I'm currently using an Access database and it doesn't locked up when I perform the same test but it's bulky and slow. I need a simple solution that handles file locking as good as Access seems too but is more efficient like PowerTree.
Thanks, Ron Weber
Comment