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

Database

 
Questionright align Pin
Support12315-Nov-07 23:29
Support12315-Nov-07 23:29 
AnswerRe: right align Pin
joemonvarghese15-Nov-07 23:48
joemonvarghese15-Nov-07 23:48 
AnswerRe: right align Pin
Joe16-Nov-07 0:04
Joe16-Nov-07 0:04 
AnswerRe: right align Pin
Krish - KP16-Nov-07 0:18
Krish - KP16-Nov-07 0:18 
AnswerRe: right align Pin
ChandraRam16-Nov-07 0:34
ChandraRam16-Nov-07 0:34 
GeneralRe: right align Pin
Support12316-Nov-07 1:50
Support12316-Nov-07 1:50 
Questionurgent: can anyone plz tell the error in santex of SQL Query Pin
mavii15-Nov-07 22:28
mavii15-Nov-07 22:28 
AnswerRe: urgent: can anyone plz tell the error in santex of SQL Query Pin
Rocky#15-Nov-07 22:38
Rocky#15-Nov-07 22:38 
SELECT crime_mgmt.cr_location,crime_mgmt.cr_date,offensive_issue.c_desc

FROM crime_mgmt inner join offensive_issue on crime_mgmt.fir_num = offensive_issue.fir_num

WHERE crime_mgmt.cr_date BETWEEN '" + crimewithdate.text.ToString() + "' AND '" + crimewithdate.text1.ToString() + "'ORDER BY crime_mgmt.cr_date ASC

and dont forget to enclose it properly as far as thequotes are concerned. you're better off chking the value of the actual query formed while debugging.

Rocky

You can't climb up a ladder with your hands in your pockets.

AnswerRe: urgent: can anyone plz tell the error in santex of SQL Query Pin
InsDev15-Nov-07 22:46
InsDev15-Nov-07 22:46 
AnswerRe: urgent: can anyone plz tell the error in santex of SQL Query Pin
Krish - KP15-Nov-07 23:03
Krish - KP15-Nov-07 23:03 
AnswerRe: urgent: can anyone plz tell the error in santex of SQL Query Pin
Colin Angus Mackay15-Nov-07 23:09
Colin Angus Mackay15-Nov-07 23:09 
GeneralRe: urgent: can anyone plz tell the error in santex of SQL Query Pin
Pete O'Hanlon16-Nov-07 4:05
mvePete O'Hanlon16-Nov-07 4:05 
GeneralRe: urgent: can anyone plz tell the error in santex of SQL Query Pin
Colin Angus Mackay16-Nov-07 4:09
Colin Angus Mackay16-Nov-07 4:09 
QuestionCreate scripts with stored procedure Pin
topcatalpha15-Nov-07 22:00
topcatalpha15-Nov-07 22:00 
AnswerRe: Create scripts with stored procedure Pin
joemonvarghese16-Nov-07 0:35
joemonvarghese16-Nov-07 0:35 
GeneralRe: Create scripts with stored procedure Pin
topcatalpha16-Nov-07 0:48
topcatalpha16-Nov-07 0:48 
QuestionHow to Get the Exececution Time of any query(SQL2000) Pin
anthoy15-Nov-07 20:55
anthoy15-Nov-07 20:55 
QuestionHow to convert FLOAT to INT in SQL Server2000 Pin
El'Cachubrey15-Nov-07 20:15
El'Cachubrey15-Nov-07 20:15 
AnswerRe: How to convert FLOAT to INT in SQL Server2000 Pin
Krish - KP15-Nov-07 20:43
Krish - KP15-Nov-07 20:43 
GeneralRe: How to convert FLOAT to INT in SQL Server2000 Pin
El'Cachubrey16-Nov-07 1:17
El'Cachubrey16-Nov-07 1:17 
GeneralRe: How to convert FLOAT to INT in SQL Server2000 Pin
Krish - KP19-Nov-07 22:49
Krish - KP19-Nov-07 22:49 
Questionpercentage for two individual columns of two different tables Pin
subbu.sk15-Nov-07 19:58
subbu.sk15-Nov-07 19:58 
AnswerRe: percentage for two individual columns of two different tables Pin
DQNOK16-Nov-07 3:27
professionalDQNOK16-Nov-07 3:27 
QuestionDatabase design Pin
Lju215-Nov-07 15:19
Lju215-Nov-07 15:19 
AnswerRe: Database design Pin
Rocky#15-Nov-07 22:33
Rocky#15-Nov-07 22:33 

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.