Click here to Skip to main content
15,912,932 members
Home / Discussions / Database
   

Database

 
Questionhow to calculate age from given DOB in sql 2000 Pin
ramyasangeet19-Sep-07 1:16
ramyasangeet19-Sep-07 1:16 
AnswerRe: how to calculate age from given DOB in sql 2000 [modified] Pin
joemonvarghese19-Sep-07 2:05
joemonvarghese19-Sep-07 2:05 
QuestionSQL reporting Service Prob Pin
arnoldpinto8418-Sep-07 22:31
arnoldpinto8418-Sep-07 22:31 
AnswerRe: SQL reporting Service Prob Pin
pmarfleet19-Sep-07 0:22
pmarfleet19-Sep-07 0:22 
GeneralRe: SQL reporting Service Prob Pin
arnoldpinto8419-Sep-07 0:31
arnoldpinto8419-Sep-07 0:31 
GeneralRe: SQL reporting Service Prob Pin
pmarfleet19-Sep-07 0:59
pmarfleet19-Sep-07 0:59 
GeneralRe: SQL reporting Service Prob Pin
arnoldpinto8419-Sep-07 1:35
arnoldpinto8419-Sep-07 1:35 
Questionurgent: can any one plz solve my problem regading SQL Query Pin
mavii18-Sep-07 21:58
mavii18-Sep-07 21:58 
i am developing an application in ASP.net,i am using the following sql query, but in SQL Server "criminal" table i want the same record to be inserted, so can anyone tell me how to merge the two queries in one query so that only one row is inserted

strQuery = "INSERT INTO criminal(cr_name,no_times,cr_desc,cr_pic,fing_print)VALUES('" + textBox1.Text + "','" + textBox5.Text + "','" + textBox4.Text + "','" + textBox6.Text + "','" + textBox7.Text + "')";

strQuery = "INSERT INTO criminal(pic_name) SELECT substring(cr_pic,11,30) FROM criminal";

AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
arnoldpinto8418-Sep-07 22:13
arnoldpinto8418-Sep-07 22:13 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
mavii18-Sep-07 22:56
mavii18-Sep-07 22:56 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
arnoldpinto8418-Sep-07 23:11
arnoldpinto8418-Sep-07 23:11 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
mavii18-Sep-07 23:35
mavii18-Sep-07 23:35 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
arnoldpinto8418-Sep-07 23:50
arnoldpinto8418-Sep-07 23:50 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
mavii21-Sep-07 0:59
mavii21-Sep-07 0:59 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
piyusgupta19-Sep-07 1:25
piyusgupta19-Sep-07 1:25 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
QPun18-Sep-07 22:49
QPun18-Sep-07 22:49 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
mavii18-Sep-07 22:59
mavii18-Sep-07 22:59 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
Christian Graus18-Sep-07 23:09
protectorChristian Graus18-Sep-07 23:09 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
joemonvarghese19-Sep-07 2:15
joemonvarghese19-Sep-07 2:15 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
Pete O'Hanlon19-Sep-07 3:22
mvePete O'Hanlon19-Sep-07 3:22 
QuestionSQL Report Service 2005 Auto Filter Pin
QPun18-Sep-07 20:49
QPun18-Sep-07 20:49 
QuestionHow to read XML from Sql server 2005? Pin
DGtech18-Sep-07 18:46
DGtech18-Sep-07 18:46 
QuestionListbox Pin
jaakinye18-Sep-07 8:59
jaakinye18-Sep-07 8:59 
AnswerRe: Listbox Pin
Kschuler18-Sep-07 9:16
Kschuler18-Sep-07 9:16 
QuestionMSVS 2005 and Vista Pin
Jon Stroh18-Sep-07 8:42
Jon Stroh18-Sep-07 8:42 

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.