Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long field name bug
Message
 
To
22/11/2006 09:13:31
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01171727
Message ID:
01171793
Views:
13
Metin,

The first error is telling you that the long field name is invalid for a table that is not on a database.

The second one is telling you that the name of the dbf is NOT test, create cursor takes an alias as the name and it decides what to name the table. VFP alos does not commit the cursor to disk until necessary so even the following opens the open file dialog;
CREATE CURSOR test (long_field_name c(1))

ALTER table DBF("test") add shortf c(1)
I don't think either of these are bugs.


>Hi All,
>
>*** this is the first bug *********
>CREATE CURSOR test (shortf c(1))
>
>ALTER table test add long_field_name c(1)
>
>***** this is the second bug *******
>CREATE CURSOR test (long_field_name c(1))
>
>ALTER table test add shortf c(1)
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform