Click here to Skip to main content
15,892,697 members
Home / Discussions / Database
   

Database

 
GeneralRe: username and password Pin
trilokharry13-May-08 0:58
trilokharry13-May-08 0:58 
AnswerRe: username and password Pin
Alsvha13-May-08 9:21
Alsvha13-May-08 9:21 
QuestionDo I need VS2008 and sqlce 3.5? The old P/invoke DLL error for SQLCEME30.dll problem... Pin
wallyg12-May-08 13:57
wallyg12-May-08 13:57 
Questionconver string to date not in date time format Pin
trilokharry12-May-08 2:04
trilokharry12-May-08 2:04 
AnswerRe: conver string to date not in date time format Pin
Ashfield12-May-08 3:56
Ashfield12-May-08 3:56 
GeneralRe: conver string to date not in date time format Pin
trilokharry12-May-08 5:03
trilokharry12-May-08 5:03 
GeneralRe: conver string to date not in date time format Pin
Alsvha12-May-08 6:23
Alsvha12-May-08 6:23 
GeneralRe: conver string to date not in date time format Pin
trilokharry12-May-08 19:28
trilokharry12-May-08 19:28 
that's fine but what I want see
varDate is "2008-05-09 21:24:58.407" now I want to get record as per date(2008-05-09)without time but not getting.
select *from tblName where varDate='2008-05-09'
not getting any record
I have stored date with time also.

I tried this also
select *from tblName where varDate like '%2008-05-09%'
ans:saying can not be converted string to date

You get the best out of others when you give the best of yourself.

GeneralRe: conver string to date not in date time format Pin
Ashfield12-May-08 21:26
Ashfield12-May-08 21:26 
GeneralRe: conver string to date not in date time format Pin
trilokharry12-May-08 21:36
trilokharry12-May-08 21:36 
GeneralRe: conver string to date not in date time format Pin
Ashfield12-May-08 21:45
Ashfield12-May-08 21:45 
GeneralRe: conver string to date not in date time format Pin
trilokharry12-May-08 23:29
trilokharry12-May-08 23:29 
GeneralRe: conver string to date not in date time format Pin
Ashfield12-May-08 23:36
Ashfield12-May-08 23:36 
GeneralRe: conver string to date not in date time format Pin
trilokharry13-May-08 0:50
trilokharry13-May-08 0:50 
GeneralRe: conver string to date not in date time format Pin
Blue_Boy13-May-08 0:59
Blue_Boy13-May-08 0:59 
GeneralRe: conver string to date not in date time format Pin
Ashfield13-May-08 1:56
Ashfield13-May-08 1:56 
QuestionData which includes foregin characters Pin
Naveed Kamboh12-May-08 1:43
Naveed Kamboh12-May-08 1:43 
AnswerRe: Data which includes foregin characters Pin
Ashfield12-May-08 2:01
Ashfield12-May-08 2:01 
GeneralRe: Data which includes foregin characters Pin
Naveed Kamboh12-May-08 2:05
Naveed Kamboh12-May-08 2:05 
GeneralRe: Data which includes foregin characters Pin
Ashfield12-May-08 2:59
Ashfield12-May-08 2:59 
AnswerRe: Data which includes foregin characters Pin
Blue_Boy12-May-08 2:58
Blue_Boy12-May-08 2:58 
GeneralRe: Data which includes foregin characters Pin
Naveed Kamboh12-May-08 3:04
Naveed Kamboh12-May-08 3:04 
GeneralRe: Data which includes foregin characters /found solution Pin
Naveed Kamboh12-May-08 3:51
Naveed Kamboh12-May-08 3:51 
GeneralRe: Data which includes foregin characters /found solution Pin
Ashfield12-May-08 3:53
Ashfield12-May-08 3:53 
AnswerRe: Data which includes foregin characters Pin
its.rajendra12-May-08 21:04
its.rajendra12-May-08 21:04 

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.