Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding Controls to ADO Recordset
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00510179
Message ID:
00510531
Vues:
21
Dan:

To get around the date problem, I use the following in my select stored procedures. It returns the date as a string without the time part.

convert(char(10), date_field, 101)

When I call the an update stored procedure, its already in the correct format for SQL Server. SQL server ignores the missing time part.

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

Click here to load this message in the networking platform