i'm new in foxpro and have situation in my company
My company about have ~30 clients, use novell as file server to store fpd 26 *.dbf files and using windows 2000 as vpn gateway to let other branch to retrieve the database. For some critical update to database, clients use dial-up pcanywhere to remote control the terminal computer to novell directly in physical lan environment.
After harddisk crash of novell, I decide to integrate the database with windows 2000 server and remove pcanywhere feature. However, sometimes the update process fails from vpn. There are also data integraty problem as some duplicate records appear in the database. Also the performance is rather slow using vpn.
I have following questions:
1. is it the programming problem (i.e. locking file, retrieving the whole database using select table command) to induce data integraty problem?
2. wat's the best method to solve the performance problem and data integraty progblem?
a. re-coding (i'm not sure using sql statement is better than using foxpro command as sql select only retrieve the result records)
b. upgrading the foxpro system (to fpw 3.0 or visual foxpro? my company only use the menu and print , no macro ,reporting)
My company about have ~30 clients, use novell as file server to store fpd 26 *.dbf files and using windows 2000 as vpn gateway to let other branch to retrieve the database. For some critical update to database, clients use dial-up pcanywhere to remote control the terminal computer to novell directly in physical lan environment.
After harddisk crash of novell, I decide to integrate the database with windows 2000 server and remove pcanywhere feature. However, sometimes the update process fails from vpn. There are also data integraty problem as some duplicate records appear in the database. Also the performance is rather slow using vpn.
I have following questions:
1. is it the programming problem (i.e. locking file, retrieving the whole database using select table command) to induce data integraty problem?
2. wat's the best method to solve the performance problem and data integraty progblem?
a. re-coding (i'm not sure using sql statement is better than using foxpro command as sql select only retrieve the result records)
b. upgrading the foxpro system (to fpw 3.0 or visual foxpro? my company only use the menu and print , no macro ,reporting)