ruchibutala
October 17th, 2005, 07:50 AM
how do i modify d following query:
select Book_Name,Author,topic,Avilable from Book_Details where Book_Name='" + name +"' and Author='" + author+"' and topic ='" + sub +"'"
d query serches d database
either any of bookname or author or topic or ne 2 or ne 3 could be entered
the where clause should change accordingly
how do i do this???
select Book_Name,Author,topic,Avilable from Book_Details where Book_Name='" + name +"' and Author='" + author+"' and topic ='" + sub +"'"
d query serches d database
either any of bookname or author or topic or ne 2 or ne 3 could be entered
the where clause should change accordingly
how do i do this???