Hello, How to get miliseconds form MS SQL Server using ADO and C++ ? COleDateTime doesn't support miliseconds ... Best Regards, Irek
I
irol
@irol
Posts
-
Get the date from SQL Server -
COleDateTime error in VS.NET 2003 ?Hi, Recently I wrote simple code like that: // COleDateTime dt(2006,02,30,1,1,1); if (dt.GetStatus() == COleDateTime::valid) { AfxMessageBox("valid"); } else { AfxMessageBox("NOT valid"); } /// It shows message box "valid" in VS.NET 2003 ! Am I crazy ? Or sth is wrong ? It shows message box "NOT valid" in VS 6.0. Best regards, Irek Olchawski.