Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Date + Time
Message
De
14/09/2010 17:27:56
 
 
À
14/09/2010 17:09:49
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01481160
Message ID:
01481169
Vues:
39
The following works. If someone knows a better way, you are welcome to share it.
SELECT * FROM RO
 WHERE DATETIME(TRIM(STR(DatePart(Year,Last_Date)))+'-'+TRIM(STR(DatePart(Month,Last_Date )))+'-'+
 TRIM(STR(DatePart(Day,Last_Date )))+' '+Last_Time)>DATETIME('2000-01-01 00:00:00')
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform