Click here to Skip to main content
15,879,535 members
Home / Discussions / Database
   

Database

 
QuestionSql query to select Date between the range Pin
pavanip25-Feb-09 18:56
pavanip25-Feb-09 18:56 
AnswerRe: Sql query to select Date between the range Pin
Mycroft Holmes25-Feb-09 19:13
professionalMycroft Holmes25-Feb-09 19:13 
GeneralRe: Sql query to select Date between the range Pin
pavanip25-Feb-09 22:35
pavanip25-Feb-09 22:35 
GeneralRe: Sql query to select Date between the range Pin
J4amieC25-Feb-09 22:47
J4amieC25-Feb-09 22:47 
GeneralRe: Sql query to select Date between the range Pin
Mycroft Holmes25-Feb-09 23:56
professionalMycroft Holmes25-Feb-09 23:56 
GeneralRe: Sql query to select Date between the range Pin
pavanip26-Feb-09 0:50
pavanip26-Feb-09 0:50 
AnswerRe: Sql query to select Date between the range Pin
Rupesh Kumar Swami25-Feb-09 19:48
Rupesh Kumar Swami25-Feb-09 19:48 
GeneralRe: Sql query to select Date between the range Pin
pavanip25-Feb-09 22:46
pavanip25-Feb-09 22:46 
I tried with this query
select * from table where issueDate BETWEEN CONVERT(varchar, '2009-02-04', 111) AND CONVERT(varchar, '2009-02-11', 111)
but when i execute that query i am getting zero results but there are records in my table with that dates. I stored date value in varchar is it correct or i have to use only datetime datatype.
GeneralRe: Sql query to select Date between the range Pin
Mycroft Holmes25-Feb-09 23:58
professionalMycroft Holmes25-Feb-09 23:58 
QuestionMultiple Database Connections Pin
devi g25-Feb-09 16:23
devi g25-Feb-09 16:23 
QuestionWhat is the best way to place database on client 's machine? Pin
r_mohd25-Feb-09 15:48
r_mohd25-Feb-09 15:48 
AnswerRe: What is the best way to place database on client 's machine? Pin
PIEBALDconsult25-Feb-09 16:06
mvePIEBALDconsult25-Feb-09 16:06 
GeneralRe: What is the best way to place database on client 's machine? Pin
Ashfield26-Feb-09 1:20
Ashfield26-Feb-09 1:20 
AnswerRe: What is the best way to place database on client 's machine? Pin
N a v a n e e t h25-Feb-09 17:16
N a v a n e e t h25-Feb-09 17:16 
QuestionSome Oracle Question Pin
E_Gold25-Feb-09 9:53
E_Gold25-Feb-09 9:53 
AnswerRe: Some Oracle Question Pin
N a v a n e e t h25-Feb-09 17:20
N a v a n e e t h25-Feb-09 17:20 
QuestionHow to impove my query to execute more quickly Pin
dasha_pl25-Feb-09 3:37
dasha_pl25-Feb-09 3:37 
GeneralRe: How to impove my query to execute more quickly Pin
Luc Pattyn25-Feb-09 3:47
sitebuilderLuc Pattyn25-Feb-09 3:47 
GeneralRe: How to impove my query to execute more quickly Pin
dasha_pl25-Feb-09 4:02
dasha_pl25-Feb-09 4:02 
AnswerRe: How to impove my query to execute more quickly Pin
Wendelius25-Feb-09 4:21
mentorWendelius25-Feb-09 4:21 
QuestionSelecting a default always and return the other results after to it Pin
gottimukkala25-Feb-09 2:38
gottimukkala25-Feb-09 2:38 
AnswerRe: Selecting a default always and return the other results after to it Pin
Rob Philpott25-Feb-09 2:53
Rob Philpott25-Feb-09 2:53 
AnswerRe: Selecting a default always and return the other results after to it Pin
Wendelius25-Feb-09 4:26
mentorWendelius25-Feb-09 4:26 
AnswerRe: Selecting a default always and return the other results after to it Pin
WoutL25-Feb-09 9:26
WoutL25-Feb-09 9:26 
QuestionBypass Print Dialog When Using Reports through ReportViewer Pin
Seren Singh25-Feb-09 1:53
Seren Singh25-Feb-09 1: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.