Click here to Skip to main content
15,891,184 members
Home / Discussions / Database
   

Database

 
QuestionMultiple user inserting table at same time Pin
MaheshSharma8-May-06 20:11
MaheshSharma8-May-06 20:11 
AnswerRe: Multiple user inserting table at same time Pin
Eric Dahlvang9-May-06 3:16
Eric Dahlvang9-May-06 3:16 
Questionhow to get name of the day in SQL2000 Pin
isroavi8-May-06 17:24
isroavi8-May-06 17:24 
AnswerRe: how to get name of the day in SQL2000 Pin
isroavi8-May-06 17:33
isroavi8-May-06 17:33 
Questionhow can i index the column ?? Pin
Mohammed Amine8-May-06 13:12
Mohammed Amine8-May-06 13:12 
AnswerRe: how can i index the column ?? Pin
Eric Dahlvang9-May-06 11:25
Eric Dahlvang9-May-06 11:25 
Questiondate & time can you saparate them ?? Pin
Mohammed Amine8-May-06 13:10
Mohammed Amine8-May-06 13:10 
AnswerRe: date & time can you saparate them ?? Pin
Daniel Santillanes9-May-06 13:10
professionalDaniel Santillanes9-May-06 13:10 
When you recover this value from the database and store it in a datetime variable, you can check the date part by calling:

datevariable.Date;

That's it, well pretty much hehe, this actually returns the date with the time part set to 00:00:00

to put in a text box, you can simply call something like.

datevariable.ToShortString();

or

datevariable.ToString("MM/dd/yyyy");

you should change the formatting as you see fit.

I hope I addressed what you are looking for Unsure | :~ .

daniero
GeneralRe: date & time can you saparate them ?? Pin
Mohammed Amine10-May-06 4:01
Mohammed Amine10-May-06 4:01 
QuestionHow to Add Two dataSets Data ************* Urgent Pin
Rupesh Shivarkar8-May-06 7:51
Rupesh Shivarkar8-May-06 7:51 
QuestionMSDE is not running Pin
K. narasimharao7-May-06 18:48
K. narasimharao7-May-06 18:48 
QuestionIs it worth learning SQL server 2k now? Pin
CoolAmir7-May-06 13:18
CoolAmir7-May-06 13:18 
AnswerRe: Is it worth learning SQL server 2k now? Pin
Rob Graham7-May-06 14:22
Rob Graham7-May-06 14:22 
QuestionPass value from dropdownlist to SQL select using SelectedIndexChanged? Pin
FionaDM7-May-06 5:37
FionaDM7-May-06 5:37 
AnswerRe: Pass value from dropdownlist to SQL select using SelectedIndexChanged? Pin
Rob Graham7-May-06 6:01
Rob Graham7-May-06 6:01 
GeneralRe: Pass value from dropdownlist to SQL select using SelectedIndexChanged? Pin
FionaDM7-May-06 22:12
FionaDM7-May-06 22:12 
Questionsql Pin
naidu nagam7-May-06 0:43
naidu nagam7-May-06 0:43 
AnswerRe: sql Pin
Rob Graham7-May-06 6:18
Rob Graham7-May-06 6:18 
QuestionFullTextSearch and Arabic Words Pin
TheEagle6-May-06 22:56
TheEagle6-May-06 22:56 
AnswerRe: FullTextSearch and Arabic Words Pin
Rob Graham7-May-06 6:04
Rob Graham7-May-06 6:04 
GeneralRe: FullTextSearch and Arabic Words Pin
TheEagle7-May-06 6:56
TheEagle7-May-06 6:56 
GeneralRe: FullTextSearch and Arabic Words Pin
Rob Graham7-May-06 7:08
Rob Graham7-May-06 7:08 
GeneralRe: FullTextSearch and Arabic Words Pin
TheEagle7-May-06 7:14
TheEagle7-May-06 7:14 
GeneralRe: FullTextSearch and Arabic Words Pin
Rob Graham7-May-06 7:19
Rob Graham7-May-06 7:19 
GeneralRe: FullTextSearch and Arabic Words Pin
TheEagle7-May-06 7:24
TheEagle7-May-06 7:24 

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.