Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create ... doubt
Message
 
 
To
31/05/2005 04:27:29
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
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01018622
Message ID:
01018693
Views:
9
If VFP9 can recognize long data type name than it's used. Otherwise the first letter of the data type is used for backward compatibility. You can find the list of data types in the CREATE TABLE - SQL Command help topic.

>VFP9 let users to use long field type names at creating tables with code.
>run and look:
>
>
>CREATE TABLE sample ( sfield doub )
>modi stru
>
>
>
>If you use that there is not any problem:
>
>
>CREATE TABLE sample ( sfield double )
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform