Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
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 
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 
Yes, I am using a parameterized query to insert new records into the database and storing the data using the DateTime data type rather than a string.

Still, somewhere between picking the datetime for the SELECT statement and retrieving the data from the database, the date time format gets lost in translation. If I select a non-ambiguous date such as 13/09/2007 (September 13, 2007), execution of the SQL command returns the correct data, but selecting an ambiguous date, such as 3/12/2007 (intending December 3, 2007) returns erroneous data. The report shows 12/3/2007 (March 12, 2007), but the value of the date prior to the execution of the SQL statement is 3/12/2007 (December 3, 2007).
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 
GeneralRe: How to import the data inside a text file into a database? Pin
Christian Graus11-Dec-07 9:27
protectorChristian Graus11-Dec-07 9:27 
GeneralRe: How to import the data inside a text file into a database? Pin
josephx2k711-Dec-07 10:13
josephx2k711-Dec-07 10:13 
GeneralRe: How to import the data inside a text file into a database? Pin
Christian Graus11-Dec-07 13:46
protectorChristian Graus11-Dec-07 13:46 
QuestionIs it possible to create instance aliases in C#? Pin
Skippums11-Dec-07 8:05
Skippums11-Dec-07 8:05 
GeneralRe: Is it possible to create instance aliases in C#? [modified] Pin
Luc Pattyn11-Dec-07 8:42
sitebuilderLuc Pattyn11-Dec-07 8:42 
GeneralRe: Is it possible to create instance aliases in C#? Pin
Skippums11-Dec-07 9:09
Skippums11-Dec-07 9:09 
QuestionRe: Is it possible to create instance aliases in C#? Pin
Skippums11-Dec-07 9:26
Skippums11-Dec-07 9:26 
GeneralRe: Is it possible to create instance aliases in C#? Pin
Luc Pattyn11-Dec-07 9:48
sitebuilderLuc Pattyn11-Dec-07 9:48 
GeneralFormat code for a decimal number. Pin
dbrenth11-Dec-07 7:37
dbrenth11-Dec-07 7:37 
GeneralRe: Format code for a decimal number. Pin
pmarfleet11-Dec-07 7:54
pmarfleet11-Dec-07 7:54 
QuestionReceiving Connection Error w/ SQL DB File on Remote/Hosting Server Pin
dboy22111-Dec-07 7:17
dboy22111-Dec-07 7:17 
GeneralClasses and references Pin
User 665811-Dec-07 6:42
User 665811-Dec-07 6:42 

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.