christer99
IS-IT--Management
- Dec 3, 2001
- 247
When interserting date and time from an ASP page using Recordset.Update commanded, into a SQL database, the seconds are missing. It is working, if I do the same insert directly from SQL, but not from the ASP page. The seconds are missing so instead of 3:15:22 PM, 3:15:00 PM is being inserted. Any help would be appreciated. It is not a SQL issue as it is working directly on the SQL Server. The SQL field is DATETIME (and not SMALLDATE).