Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can field in SQLTP view be date if base field is datetim
Message
 
 
À
03/06/2002 20:45:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00664301
Message ID:
00664892
Vues:
24
>Suppose you have a SQLPT view that includes a datetime field from a SQL Server table. Suppose also that you want the field in the view to be of type Date, not datetime. Can it be done?
>

You can use ALTER TABLE command if there're no fields in the cursor with name longer than 10 charcters.
ALTER TABLE mySPTcursor ALTER COLUMN mydatetime D
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform