Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't Append!
Message
 
 
To
18/01/2001 23:06:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00465557
Message ID:
00465688
Views:
18
Try this:

=CursorSetProp("Buffering",5,"Customer")
Insert into Customer (Fields) values (Values)
Begin Transaction
IF TableUpdate(2,.T.,"Customer",la_error)
End Transaction
ELSE
ROLLBACK
ENDIF



This will create an array - la_error - which will contain the error condition. Then you can see what is happening.


Good Luck
Ken Wardwell
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform