Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C00005, but why?
Message
From
27/04/2003 10:42:04
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
C00005, but why?
Miscellaneous
Thread ID:
00781957
Message ID:
00781957
Views:
41
?"hello world"
CREATE TABLE badgroup.dbf FREE (field1 i,another1 i,extra1 i)
INSERT INTO badgroup (field1, another1, extra1) VALUES (1,1,4)
*SET ENGINEBEHAVIOR 70
This little program c00005's as soon as I uncomment the SET ENGINEBEHAVIOR line.

This program doesn't c00005.
SET ENGINEBEHAVIOR 70
CREATE TABLE badgroup.dbf FREE (field1 i,another1 i,extra1 i)
INSERT INTO badgroup (field1, another1, extra1) VALUES (1,1,4)
What's going on here?
Next
Reply
Map
View

Click here to load this message in the networking platform