No announcements
Found 129346 threads
-
0 Votes
Change VARCHAR() type to DATETIME in centOs
ALTER TABLE datastaf MODIFY COLUMN dari datetime; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version ...Unanswered | 2 Replies | 667 Views | Created by Sara Haimi - Monday, April 2, 2018 3:24 AM | Last reply by Uri Dimant - Monday, April 2, 2018 4:24 AM -
1 Votes
Classis ASP Varchar(max)
Currently am making changes to my existing asp classic application.Answered | 2 Replies | 2486 Views | Created by Benjin Thomas - Tuesday, October 1, 2013 12:17 PM | Last reply by Benjin Thomas - Wednesday, October 2, 2013 5:36 AM -
0 Votes
how to update Data Datetime types in mvc ?
when i save ...Answered | 1 Replies | 836 Views | Created by casegi - Friday, August 14, 2015 4:30 PM | Last reply by Kristin Xie - Monday, August 17, 2015 1:49 AM -
2 Votes
Update DateTime from Date and Time
Hi David, I did check the data format returned by Select convert(varchar(10),ph1_enityDatePart,5),+' '+convert(varchar(8), ...Answered | 6 Replies | 6989 Views | Created by IamaNovice - Tuesday, November 10, 2009 7:36 PM | Last reply by IamaNovice - Tuesday, November 10, 2009 11:27 PM -
0 Votes
Cast only year from datetime field
You will want to not expose your main datetime attribute on the form or you may expose it if you wish, but you create another attribute that is only a varchar ...Answered | 3 Replies | 4121 Views | Created by techCjohn - Monday, June 20, 2011 8:33 PM | Last reply by Jamie Miley - Tuesday, June 21, 2011 12:29 AM -
0 Votes
DateTime2 data type support for change tracking
DATETIME doesn't work well with .NET applications in general since .NET System.DateTime objects accuracy is much higher than SQL Server's DATETIME.Answered | 4 Replies | 8159 Views | Created by Nikola Malovic - Sunday, February 21, 2010 9:55 AM | Last reply by mirkoklemm - Tuesday, April 12, 2011 4:56 PM -
0 Votes
DateTime conversion problems on sync
select (convert(datetime, 'your sample date', your datetime style)) Then, embed this ...Answered | 3 Replies | 9501 Views | Created by forstingera - Wednesday, September 17, 2008 3:55 PM | Last reply by Patrick S. Lee - Saturday, September 20, 2008 8:03 PM -
0 Votes
Datetime problem?
Can you check the dataTiem value sent to/from IIS Server to see if there are any changes at the transfer layer?Answered | 9 Replies | 10442 Views | Created by SoBaKaaa - Monday, November 17, 2008 8:45 AM | Last reply by Mariano Pass - Friday, March 6, 2009 12:04 AM -
0 Votes
Change booking type in activity
HI Chip The actual time reported will not change.Answered | 7 Replies | 9608 Views | Created by Chip_saffire - Thursday, September 22, 2011 10:49 AM | Last reply by Chip_saffire - Thursday, September 29, 2011 12:59 PM -
2 Votes
Thread's type was changed
In this thread http://social.msdn.microsoft.com/Forums/en-US/visualfoxprogeneral/thread/c10e25fa-b95a-4615-82e8-9d73ae735f4f the moderator changed the type and ...Answered | 1 Replies | 10681 Views | Created by Naomi N - Friday, February 19, 2010 3:07 PM | Last reply by Brent Serbus - Saturday, February 20, 2010 5:34 PM -
1 Votes
Change thread type
I could not find where I can change to display the thread in the search results.Answered | 10 Replies | 1769 Views | Created by Leandro_Ferraz - Thursday, September 29, 2016 2:31 PM | Last reply by Richard Mueller - Saturday, October 8, 2016 12:31 PM -
4 Votes
How to convert a varchar to float?
It gives me this Error "Error converting data type varchar to float.Answered | 2 Replies | 3141 Views | Created by OVlad - Monday, July 22, 2013 12:54 PM | Last reply by Joel Engineer - Monday, July 22, 2013 2:40 PM -
0 Votes
Unable to change type of the thread
Today I am unable to change any thread type.Answered | 4 Replies | 4459 Views | Created by Naomi N - Monday, November 26, 2012 2:36 AM | Last reply by Naomi N - Wednesday, December 5, 2012 4:44 PM -
0 Votes
how to change text and back color of datetime Control ( Not month Control)
how to change the text color and back color of the datetime control ?Answered | 2 Replies | 2726 Views | Created by HASMUKH M. GINOYA - Tuesday, January 22, 2013 5:21 AM | Last reply by Ed Price - MSFT - Wednesday, January 23, 2013 5:57 PM -
2 Votes
Change type from 'Date And Time' to 'Date Only' doesn't affect Workflow?
I made it like ordinary workflow so that my client can change the email wording easily.Answered | 7 Replies | 4898 Views | Created by Astri Kusumawardani - Monday, July 26, 2010 5:29 AM | Last reply by Astri Kusumawardani - Monday, July 26, 2010 8:11 AM -
1 Votes
String was not recognized as a valid DateTime
The solution is just to change the name to function in jscript since was the same as using crm :S.Answered | 3 Replies | 6929 Views | Created by Juan Solares - Monday, April 16, 2012 11:26 PM | Last reply by Juan Solares - Friday, May 4, 2012 5:16 PM -
0 Votes
all pc file type changed
i download a software after installation my all pc files changed to .pumax file types i can't open files. window startup animation changed to old style . and some web pages ...Answered | 2 Replies | 969 Views | Created by satwinder singh - Thursday, November 22, 2018 12:08 PM | Last reply by Dave Patrick - Thursday, November 22, 2018 1:11 PM -
0 Votes
User has changed thread type?
To piggyback on Brent's answer, you can go in there and change it back (or ask that they don't change it back).Answered | 2 Replies | 7551 Views | Created by braxx20 - Friday, August 12, 2011 5:45 PM | Last reply by Ed Price - MSFT - Friday, October 14, 2011 10:11 PM -
5 Votes
Losing milliseconds setting Recordset field to DateTime
I can correctly retrieve a datetime with milliseconds from the DB, but I can't set that field in the Recordset to a DateTime with milliseconds without it rounding to the nearest ...Answered | 4 Replies | 4418 Views | Created by Brad Salmon - Monday, July 22, 2013 4:43 PM | Last reply by Dave Patrick - Sunday, July 28, 2013 5:21 PM -
2 Votes
Datetime Please help
using (var file = appStorage.CreateFile(fileName)) { using (var writer = new StreamWriter(file)) { ...Answered | 3 Replies | 5011 Views | Created by mindonmoney100 - Monday, May 14, 2012 8:43 AM | Last reply by Luigi Bruno - Monday, May 28, 2012 8:49 PM - Items 1 to 20 of 129346 Next ›
No announcements