Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
QuestionImprove the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 17:12
Pankaj - Joshi11-Dec-07 17:12 
AnswerRe: Improve the output of desktop application..? Pin
Christian Graus11-Dec-07 17:52
protectorChristian Graus11-Dec-07 17:52 
GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 17:59
Pankaj - Joshi11-Dec-07 17:59 
GeneralRe: Improve the output of desktop application..? Pin
Christian Graus11-Dec-07 18:07
protectorChristian Graus11-Dec-07 18:07 
GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 21:04
Pankaj - Joshi11-Dec-07 21:04 
GeneralRe: Improve the output of desktop application..? Pin
Dave Kreskowiak12-Dec-07 3:49
mveDave Kreskowiak12-Dec-07 3:49 
GeneralRe: Improve the output of desktop application..? Pin
Nouman Bhatti11-Dec-07 20:34
Nouman Bhatti11-Dec-07 20:34 
GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 21:01
Pankaj - Joshi11-Dec-07 21:01 
GeneralRe: Improve the output of desktop application..? Pin
Malcolm Smart12-Dec-07 2:21
Malcolm Smart12-Dec-07 2:21 
Questionupdate the table data Pin
keyto11-Dec-07 17:11
keyto11-Dec-07 17:11 
GeneralRe: update the table data Pin
Christian Graus11-Dec-07 17:58
protectorChristian Graus11-Dec-07 17:58 
Questionturning off ups Pin
Tauseef A11-Dec-07 16:14
Tauseef A11-Dec-07 16:14 
GeneralRe: turning off ups Pin
Christian Graus11-Dec-07 16:41
protectorChristian Graus11-Dec-07 16:41 
GeneralUHOQQK+C39HrP48DhTt Pin
There is always the way to do it, but I don't know11-Dec-07 15:09
There is always the way to do it, but I don't know11-Dec-07 15:09 
GeneralRe: UHOQQK+C39HrP48DhTt Pin
Dave Kreskowiak12-Dec-07 3:44
mveDave Kreskowiak12-Dec-07 3:44 
GeneralResizing the controls Pin
A.Asif11-Dec-07 11:42
A.Asif11-Dec-07 11:42 
GeneralRe: Resizing the controls Pin
Christian Graus11-Dec-07 13:39
protectorChristian Graus11-Dec-07 13:39 
GeneralUniversal Date Time Formatting with C# Pin
polishprogrammer11-Dec-07 9:08
polishprogrammer11-Dec-07 9:08 
I have an application that needs to record data in a database and the particular date when that data was written to the database. More, I need customers to be able to retrieve data from the database by date or date range. To that end, the MS Access database I'm using has a field called TestDate of type Date/Time, and I set up two date/time pickers to allow customers to select a date or date range from which to get data.

All this works well and good until I change my regional/language options so the date format changes, say from mm/dd/yyyy to dd/mm/yyyy. Then, although the MS Access database updates the TestDate data automatically to reflect the change in date/time format and my date/time pickers in the C# appilcation reflect the altered format, the result of executing SQL statements based on the date/time pickers does not return the correct data from the database.

Rather, selecting all data from December 10, 2007 retrieves data from October 12, 2007. By contrast, if I select, say November 29, 2007, the correct data is returned. Something, then, is getting confused about ambiguous dates.

Any suggestions would be appreciated.
GeneralRe: Universal Date Time Formatting with C# Pin
Pete O'Hanlon11-Dec-07 9:38
mvePete O'Hanlon11-Dec-07 9:38 
GeneralRe: Universal Date Time Formatting with C# Pin
polishprogrammer11-Dec-07 11:42
polishprogrammer11-Dec-07 11:42 
GeneralRe: Universal Date Time Formatting with C# Pin
RobScripta12-Dec-07 1:14
professionalRobScripta12-Dec-07 1:14 
GeneralRe: Universal Date Time Formatting with C# Pin
polishprogrammer12-Dec-07 3:00
polishprogrammer12-Dec-07 3:00 
GeneralRe: Universal Date Time Formatting with C# Pin
polishprogrammer12-Dec-07 3:27
polishprogrammer12-Dec-07 3:27 
GeneralRe: Universal Date Time Formatting with C# Pin
polishprogrammer12-Dec-07 6:25
polishprogrammer12-Dec-07 6:25 
QuestionHow to import the data inside a text file into a database? Pin
josephx2k711-Dec-07 8:49
josephx2k711-Dec-07 8:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.