Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Datetime to date
Message
De
17/02/2000 11:57:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00333280
Message ID:
00333457
Vues:
17
>Does anyone know how to just return the date and not the time from ms-sql server when you use sqlexec ?

You can use convert... but, since Date is not a type in SQL server you would have to 'convert' it to a varchar. You could also create a cursor with the field as a date, and append your SQL cursor into the normal cursor.

If you use a view you can set the field to a date type... I don't see a way to change the type after you have got the cursor.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform