You can create a COleDateTime with the vTime_Issued and then you can use the member function GetMinute() and GetHour() to extract the required info. Bye
fabjoe
Posts
-
formating date and time -
formating date and timeYou can create a COleDateTime with the vTime_Issued and then you can use the member function GetDay() and GetHour() to extract the required info. Bye
-
Problem with SQLDMOYes i am......thank you again
-
Problem with SQLDMOI have a problem with SQLDMO, in my MFC Application I use DMO to restore/backup a SQL DB; when I specify a path that contains blank spaces DMO fail to perform the operation because the resulting path is a merge from my path and the default one. i.e. mypath = "D:\My Folder" resulting path =" C:\ProgramFiles\Microsoft SQL Server\.......\My Folder" Can anyone suggest me any possible solutions ? Thank you all!!!!
-
Problem with blank space in path with SQLDMOHello, I try to use SQLDMO in an MFC application to backup/restore SQL database. When I specify a Path with a blank space SQLDMO fail to perform Backup operation and notify to my application an error message that contain a wrong path that differ as the original. Can anyone help me ? Thank you