Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How good is VFP?
Message
From
16/05/2007 01:35:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How good is VFP?
Miscellaneous
Thread ID:
01225869
Message ID:
01225869
Views:
72
I would like to ask opinion from the VFP users community, how good is VFP? I constantly have problems, while I just using standard code.

All my code are like this:
BEGIN TRANSACTION   

SELECT tableA           && all tables with buffermode=5
   REPLACE ...
INSERT INTO tableB ...

ltableUpdate=.n.
SELECT tableA
IF TABLEUPDATE(.t.) 
   SELECT tableB
      IF TABLEUPDATE(.t.) 
	ltableUpdate=.y.
      ENDIF
ENDIF 

IF ltableUpdate
    END TRANSACTION  
ELSE 
    ROLLBACK 
ENDIF 
The app only good in stand alone, if running in multi-user environment, I constantly got 'File is in use by another user', rollback, missing records.

I'm using VFP9, dbf, XP. no power failure problem.

I think I have lost confidence in VFP

any comment please.
Next
Reply
Map
View

Click here to load this message in the networking platform