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

C#

 
GeneralRe: throw Pin
Judah Gabriel Himango27-May-06 14:11
sponsorJudah Gabriel Himango27-May-06 14:11 
QuestionShockwaveObject Pin
mehrdadc4827-May-06 11:15
mehrdadc4827-May-06 11:15 
Questionsql weird problem Pin
JelleM27-May-06 10:45
JelleM27-May-06 10:45 
AnswerRe: sql weird problem Pin
Colin Angus Mackay27-May-06 11:15
Colin Angus Mackay27-May-06 11:15 
GeneralRe: sql weird problem Pin
JelleM27-May-06 11:26
JelleM27-May-06 11:26 
AnswerRe: sql weird problem Pin
Guffa27-May-06 12:09
Guffa27-May-06 12:09 
GeneralRe: sql weird problem Pin
JelleM28-May-06 0:43
JelleM28-May-06 0:43 
AnswerRe: sql weird problem Pin
Guffa28-May-06 10:55
Guffa28-May-06 10:55 
JelleM wrote:
But the thing is I don't see the milliseconds (if I show the results in the database), so they must be hidden in some way or another.


They are not so much hidden, as they are not shown. If you read the values from the database and display them using a date format that shows the milliseconds, you'll see them.

JelleM wrote:
But can't I use some sort of * to add to the truncated date, so the query doesn't look at the milliseconds or something like that?


You could subtract and add a second from the time, and get the records between the times. But then the time is not unique any more...

As I said, using a datetime value to identify a record is not a very good method.

---
b { font-weight: normal; }

GeneralRe: sql weird problem Pin
JelleM28-May-06 11:58
JelleM28-May-06 11:58 
GeneralRe: sql weird problem Pin
JelleM28-May-06 3:58
JelleM28-May-06 3:58 
QuestionIncreasing the size of the form Pin
cshivaprasad27-May-06 9:44
cshivaprasad27-May-06 9:44 
AnswerRe: Increasing the size of the form Pin
Colin Angus Mackay27-May-06 9:48
Colin Angus Mackay27-May-06 9:48 
AnswerRe: Increasing the size of the form Pin
stancrm28-May-06 21:17
stancrm28-May-06 21:17 
QuestionC#.Net application Pin
betty_boop27-May-06 9:31
betty_boop27-May-06 9:31 
AnswerRe: C#.Net application Pin
NaNg1524127-May-06 9:34
NaNg1524127-May-06 9:34 
GeneralRe: C#.Net application Pin
Colin Angus Mackay27-May-06 9:41
Colin Angus Mackay27-May-06 9:41 
GeneralRe: C#.Net application Pin
betty_boop27-May-06 9:54
betty_boop27-May-06 9:54 
AnswerRe: C#.Net application Pin
Colin Angus Mackay27-May-06 9:47
Colin Angus Mackay27-May-06 9:47 
GeneralRe: C#.Net application Pin
betty_boop27-May-06 10:04
betty_boop27-May-06 10:04 
GeneralRe: C#.Net application Pin
Colin Angus Mackay27-May-06 10:24
Colin Angus Mackay27-May-06 10:24 
GeneralRe: C#.Net application Pin
betty_boop27-May-06 10:36
betty_boop27-May-06 10:36 
GeneralRe: C#.Net application Pin
Ravi Bhavnani27-May-06 10:42
professionalRavi Bhavnani27-May-06 10:42 
GeneralRe: C#.Net application Pin
Colin Angus Mackay27-May-06 10:46
Colin Angus Mackay27-May-06 10:46 
GeneralRe: C#.Net application Pin
betty_boop27-May-06 11:21
betty_boop27-May-06 11:21 
GeneralRe: C#.Net application Pin
Colin Angus Mackay27-May-06 13:41
Colin Angus Mackay27-May-06 13:41 

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.