Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create ... doubt
Message
 
 
À
31/05/2005 04:27:29
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01018622
Message ID:
01018693
Vues:
10
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform