No announcements
Found 1238132 threads
-
2 Votes
Saving Date to SQL Database
Cor, You might want to add a Locale Specifier to that connection string as the example states it's using International English notation for one of the dates without using a ...Answered | 3 Replies | 573 Views | Created by Sid Williams - Monday, May 20, 2013 1:52 PM | Last reply by Andrew Morton - Monday, May 20, 2013 7:43 PM -
0 Votes
how to save my Persian Date in my SQL?
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.seAnswered | 2 Replies | 4924 Views | Created by Gigidel - Thursday, May 17, 2012 9:54 AM | Last reply by Erland Sommarskog - Thursday, May 17, 2012 7:44 PM -
0 Votes
DateTime Picker not saving correct date in Sql Database
You can also use Date property.Answered | 1 Replies | 899 Views | Created by wgraulich - Monday, June 29, 2020 8:45 PM | Last reply by Naomi N - Monday, June 29, 2020 9:05 PM -
1 Votes
how to save date
this is not AJAX calender control problem if you did not change your calender control's date format then it is ok and Change the data type as "date" in table column ...Answered | 2 Replies | 1065 Views | Created by felixkobby - Friday, September 19, 2014 2:47 AM | Last reply by Tharinda D. Marasingha - Friday, September 19, 2014 5:47 AM -
1 Votes
SQL Azure Date column value with Day Light savings
And that you are inserting this date into a table.Answered | 1 Replies | 6112 Views | Created by InspherionTech - Wednesday, November 9, 2011 10:01 AM | Last reply by Miguel López - Augurarte - Wednesday, November 9, 2011 3:17 PM -
0 Votes
How to save selected date with time in proper format in sql table?
I am selecting the date from Calender control into Textbox control (ex:- after selecting date from Calender control, Textbox control has [ 10/17/2012], Now I want to save ...Answered | 3 Replies | 4434 Views | Created by badinga.badinga - Friday, October 26, 2012 9:42 AM | Last reply by badinga.badinga - Monday, October 29, 2012 11:49 AM -
4 Votes
Date time is not properly save in database
you can make the datatype of the field as DateTime in sql.Answered | 4 Replies | 2186 Views | Created by WASI UDDIN BAN - Monday, August 27, 2012 10:04 AM | Last reply by Joon84 - Monday, August 27, 2012 10:28 AM -
0 Votes
How to identify if a date is in Daylight Saving
For others, here is the script to create daylight saving table with start and end date and time.Answered | 4 Replies | 1351 Views | Created by Royal Thomas - Thursday, January 17, 2019 10:26 PM | Last reply by Royal Thomas - Tuesday, January 22, 2019 7:53 PM -
0 Votes
how i can to save date to Hijri in sql using C#
I use 3 tier to save in sql Database Layer - DataBase Access - Stored proceduresAnswered | 6 Replies | 3802 Views | Created by Ahmed_Soft3 - Tuesday, May 15, 2012 8:21 AM | Last reply by Ahmed_Soft3 - Tuesday, May 15, 2012 1:58 PM -
2 Votes
Save date as different format
> I created a table, with a column called date, I used the date type "date".Answered | 5 Replies | 754 Views | Created by niklasrene - Friday, February 17, 2017 10:41 AM | Last reply by --CELKO-- - Saturday, February 18, 2017 10:48 PM -
0 Votes
to save date depending on time
its only example i told..dates are changing day by day..means it is not constant..i want to check it with date variable.. plz help meAnswered | 5 Replies | 350 Views | Created by Mousmi Nishad - Wednesday, March 16, 2016 6:59 AM | Last reply by Mousmi Nishad - Friday, March 18, 2016 10:24 AM -
0 Votes
URGENT: Cannot save date to French Date format
<Answered | 3 Replies | 5002 Views | Created by Abdu DBA - Tuesday, April 20, 2010 5:36 PM | Last reply by TiborK - Tuesday, April 20, 2010 9:39 PM -
0 Votes
Change "Content Created Date" and "Last Saved Date"
All the save options in 7zip end up as a zip file and nothing can be opened in excel.Answered | 4 Replies | 35721 Views | Created by iAMFA - Tuesday, March 22, 2016 12:45 PM | Last reply by Deepak Saradkumar Panchal - Wednesday, October 18, 2017 12:50 AM -
2 Votes
Opening a Saved SQL file
I suppose SUHAS and PAUL have answered your question.To add to their answer , It is always good to have the DBname in all your queries as something can go wrong when the ...Answered | 4 Replies | 4952 Views | Created by GrexP - Monday, November 16, 2009 7:37 PM | Last reply by GrexP - Wednesday, November 18, 2009 12:58 AM -
0 Votes
Problem saving a date to a date field
Hi all, I have a textbox and enter a date in it (European format).Answered | 2 Replies | 784 Views | Created by Mark Hofland - Tuesday, June 28, 2016 9:51 AM | Last reply by Dan Guzman - Tuesday, June 28, 2016 12:25 PM -
2 Votes
posting a date on change or save
Try this UNTESTED Private Sub Worksheet_Change(ByVal Target As Range) Worksheets("Woods 2010").Range("B4") ...Answered | 3 Replies | 2840 Views | Created by rvf1058 - Thursday, July 14, 2011 3:16 PM | Last reply by jpgpinto - Thursday, July 14, 2011 3:45 PM -
0 Votes
Unable to save Time in SQL Server
Your database column is a datetime type - the first method saves as datetime - try it out.Answered | 4 Replies | 2272 Views | Created by anwar.mustafa - Monday, June 11, 2012 5:03 PM | Last reply by Chuck Pedretti - Monday, June 11, 2012 6:45 PM -
0 Votes
HOW TO SAVE TODAY'S DATE INTO A TABLE
In this Console application can you issue an UPDATE for SQL Server table set dateReported = GetDate() Can you show some of the code from this Console application ...Answered | 8 Replies | 3919 Views | Created by C.Hunter - Monday, December 21, 2009 5:39 PM | Last reply by ramireddy - Monday, December 21, 2009 6:35 PM -
1 Votes
Manipulating Dates In SQL Server
I made the flowchart there, C&P'd it to MS Image Composer, saved it as a PNG, then uploaded it to my post.Answered | 12 Replies | 1616 Views | Created by Adam Quark - Friday, August 16, 2013 2:36 PM | Last reply by Adam Quark - Tuesday, August 20, 2013 6:51 PM -
1 Votes
Sql date help
Why are you keeping a DATE in a VARCHAR(n) column?Answered | 8 Replies | 848 Views | Created by Chandrabose1 - Tuesday, October 13, 2015 6:31 AM | Last reply by --CELKO-- - Tuesday, October 13, 2015 7:43 PM - Items 1 to 20 of 1238132 Next ›
No announcements