Click here to Skip to main content
15,887,322 members
Home / Discussions / Database
   

Database

 
Questiondiff b/w ado and ado.net Pin
expertdeveloper13-Nov-05 20:18
expertdeveloper13-Nov-05 20:18 
AnswerRe: diff b/w ado and ado.net Pin
toxcct16-Nov-05 5:31
toxcct16-Nov-05 5:31 
Questionproblem with Sqlparameters :( Pin
da vinci coder13-Nov-05 13:09
da vinci coder13-Nov-05 13:09 
AnswerRe: problem with Sqlparameters :( Pin
Colin Angus Mackay13-Nov-05 13:21
Colin Angus Mackay13-Nov-05 13:21 
GeneralRe: problem with Sqlparameters :( Pin
TheJudeDude9-Feb-06 6:16
TheJudeDude9-Feb-06 6:16 
GeneralRe: problem with Sqlparameters :( Pin
Colin Angus Mackay9-Feb-06 7:18
Colin Angus Mackay9-Feb-06 7:18 
GeneralRe: problem with Sqlparameters :( Pin
TheJudeDude9-Feb-06 9:08
TheJudeDude9-Feb-06 9:08 
GeneralRe: problem with Sqlparameters :( Pin
Colin Angus Mackay9-Feb-06 14:18
Colin Angus Mackay9-Feb-06 14:18 
TheJudeDude wrote:
When I look in the debugger, that parameter has the value "HH:mm AM/PM", but when in the database after the command is run, it stores it as "MM/DD/YY HH:mm:ss AM/PM". Why is that?


Because it must. Actually the order of the elements (month, day, hours, minutes, etc.) are not important, that is just the user interface. Internally it is stored the same way regardless of the culture.

The type is designed for storing a date with a time to a resolution of one minute. Therefore the date part must be filled with something. If I remember correctly it will be the 1st January 1900.

There is no specific time only type in SQL Server, so you will need to work around the addition of the date.

Finally, you may find that posting a new thread when you have a new question will be seen by more people and you will get a quicker response if I'm not around. Posting on a thread that started last November will only be seen by the person whose post you responded to (assuming they have email notification turned on). Hopefully you'll find that helpful in getting a good response sooner.

ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

GeneralRe: problem with Sqlparameters :( Pin
TheJudeDude9-Feb-06 14:27
TheJudeDude9-Feb-06 14:27 
QuestionOptimizing my query Pin
smita_roy13-Nov-05 2:19
smita_roy13-Nov-05 2:19 
Questionstored procedure, LIKE comparison Pin
steve_rm12-Nov-05 18:57
steve_rm12-Nov-05 18:57 
AnswerRe: stored procedure, LIKE comparison Pin
Colin Angus Mackay12-Nov-05 22:33
Colin Angus Mackay12-Nov-05 22:33 
GeneralRe: stored procedure, LIKE comparison Pin
BReddy15-Nov-05 2:48
BReddy15-Nov-05 2:48 
GeneralRe: stored procedure, LIKE comparison Pin
Colin Angus Mackay15-Nov-05 3:04
Colin Angus Mackay15-Nov-05 3:04 
Questionmy problem with ado.net Pin
da vinci coder12-Nov-05 13:07
da vinci coder12-Nov-05 13:07 
AnswerRe: my problem with ado.net Pin
Colin Angus Mackay12-Nov-05 22:38
Colin Angus Mackay12-Nov-05 22:38 
QuestionSQL 2005 & 2000 Pin
Tad McClellan12-Nov-05 3:45
professionalTad McClellan12-Nov-05 3:45 
AnswerRe: SQL 2005 & 2000 Pin
Colin Angus Mackay12-Nov-05 5:18
Colin Angus Mackay12-Nov-05 5:18 
GeneralRe: SQL 2005 & 2000 Pin
Mike Dimmick14-Nov-05 2:26
Mike Dimmick14-Nov-05 2:26 
QuestionWork with two dataBase with different username and password. Pin
goliii12-Nov-05 1:45
goliii12-Nov-05 1:45 
AnswerRe: Work with two dataBase with different username and password. Pin
Colin Angus Mackay12-Nov-05 3:15
Colin Angus Mackay12-Nov-05 3:15 
AnswerRe: Work with two dataBase with different username and password. Pin
Colin Angus Mackay12-Nov-05 3:19
Colin Angus Mackay12-Nov-05 3:19 
QuestionSQL int question (Probably an easy answer too) Pin
Tad McClellan11-Nov-05 15:03
professionalTad McClellan11-Nov-05 15:03 
AnswerRe: SQL int question (Probably an easy answer too) Pin
Colin Angus Mackay11-Nov-05 23:40
Colin Angus Mackay11-Nov-05 23:40 
GeneralRe: SQL int question (Probably an easy answer too) Pin
Tad McClellan12-Nov-05 4:41
professionalTad McClellan12-Nov-05 4: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.