Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
QuestionHow to System Idle Timer Pin
V3RO21-Nov-05 3:34
V3RO21-Nov-05 3:34 
Question.Net client and Java server integration Pin
Lkotzer21-Nov-05 3:29
Lkotzer21-Nov-05 3:29 
QuestionPassing an argument to a Thread Pin
zaboboa21-Nov-05 3:14
zaboboa21-Nov-05 3:14 
AnswerRe: Passing an argument to a Thread Pin
S. Senthil Kumar21-Nov-05 4:38
S. Senthil Kumar21-Nov-05 4:38 
GeneralRe: Passing an argument to a Thread Pin
zaboboa21-Nov-05 7:08
zaboboa21-Nov-05 7:08 
QuestionRead Paradox Pin
albCode21-Nov-05 2:29
albCode21-Nov-05 2:29 
QuestionSaving only time from datetimepicker in Sql server Pin
majidbhutta21-Nov-05 2:20
majidbhutta21-Nov-05 2:20 
AnswerRe: Saving only time from datetimepicker in Sql server Pin
Curtis Schlak.21-Nov-05 16:54
Curtis Schlak.21-Nov-05 16:54 
From the SQL Online Books for MS SQL Server 2000:


Date and Time Data


Date and time data consists of valid date or time combinations. For example, valid date and time data includes both "4/01/98 12:15:00:00:00 PM" and "1:28:29:15:01 AM 8/17/98". Date and time data is stored using the datetime and smalldatetime data types in Microsoft® SQL Server™ 2000. Use datetime to store dates in the range from January 1, 1753 through December 31, 9999 (requires 8 bytes of storage per value). Use smalldatetime to store dates in the range from January 1, 1900 through June 6, 2079 (requires 4 bytes of storage per value).


So, in MS SQL Server 2000, you can't just store time as a data type. You have to figure out your own solution.

You could create INSERT and UPDATE triggers on the table that set the date portion of the time value to some goofy date like Jan 1, 1901 and, then, all times would relate to one another. But, that doesn't solve the problem of your list view.

I hope that it helps a little.

"we must lose precision to make significant statements about complex systems."
-deKorvin on uncertainty
AnswerRe: Saving only time from datetimepicker in Sql server Pin
PraveenRockz [ Praveen Solanki ]12-Aug-10 23:25
PraveenRockz [ Praveen Solanki ]12-Aug-10 23:25 
QuestionWindows Installer. Pin
Illegal Operation21-Nov-05 1:11
Illegal Operation21-Nov-05 1:11 
AnswerRe: Windows Installer. Pin
Curtis Schlak.21-Nov-05 17:05
Curtis Schlak.21-Nov-05 17:05 
Questionhow to add module in c#.net Pin
sarayumadhavan21-Nov-05 1:07
sarayumadhavan21-Nov-05 1:07 
AnswerRe: how to add module in c#.net Pin
S. Senthil Kumar21-Nov-05 4:51
S. Senthil Kumar21-Nov-05 4:51 
QuestionShould you add and remove event handlers willy-nilly? Pin
Gizz21-Nov-05 0:32
Gizz21-Nov-05 0:32 
AnswerRe: Should you add and remove event handlers willy-nilly? Pin
Robert Rohde21-Nov-05 1:06
Robert Rohde21-Nov-05 1:06 
GeneralRe: Should you add and remove event handlers willy-nilly? Pin
Gizz21-Nov-05 3:01
Gizz21-Nov-05 3:01 
GeneralRe: Should you add and remove event handlers willy-nilly? Pin
Robert Rohde21-Nov-05 7:48
Robert Rohde21-Nov-05 7:48 
AnswerRe: Should you add and remove event handlers willy-nilly? Pin
Charlie Williams21-Nov-05 7:32
Charlie Williams21-Nov-05 7:32 
AnswerRe: Should you add and remove event handlers willy-nilly? Pin
Leslie Sanford21-Nov-05 9:10
Leslie Sanford21-Nov-05 9:10 
QuestionHow to get embedded .jpeg from excel worksheet? Pin
Andrew Muliar21-Nov-05 0:30
Andrew Muliar21-Nov-05 0:30 
QuestionHow to minimize/maximize a borderless form from the taskbar PinPopular
tprashanth21-Nov-05 0:21
tprashanth21-Nov-05 0:21 
QuestionParse a word doc and update contents to database Pin
ranjithib120-Nov-05 22:14
ranjithib120-Nov-05 22:14 
AnswerRe: How to use C# to call a traditional unmanaged C++ DLL which has many functions with pointer parameters? Pin
Stanciu Vlad20-Nov-05 21:50
Stanciu Vlad20-Nov-05 21:50 
QuestionHow to use C# to call a traditional unmanaged C++ DLL which has many functions with pointer parameters? Pin
tsung-yu20-Nov-05 20:48
tsung-yu20-Nov-05 20:48 
AnswerRe: How to use C# to call a traditional unmanaged C++ DLL which has many functions with pointer parameters? Pin
RobstaHendricks23-Nov-09 5:53
RobstaHendricks23-Nov-09 5:53 

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.