Click here to Skip to main content
15,796,025 members
Home / Discussions / Database
   

Database

 
QuestionHow to retrieve List content in JSP from Hibernate Query Language Pin
Mr ARUL SUJU D15-Sep-18 13:38
Mr ARUL SUJU D15-Sep-18 13:38 
Questionstoring a byte[] array in MongoDB Pin
jkirkerx6-Sep-18 13:42
professionaljkirkerx6-Sep-18 13:42 
AnswerRe: storing a byte[] array in MongoDB [solved] Pin
jkirkerx7-Sep-18 7:53
professionaljkirkerx7-Sep-18 7:53 
GeneralRe: storing a byte[] array in MongoDB [solved] Pin
Nathan Minier11-Sep-18 4:09
professionalNathan Minier11-Sep-18 4:09 
GeneralRe: storing a byte[] array in MongoDB [solved] Pin
jkirkerx13-Sep-18 19:48
professionaljkirkerx13-Sep-18 19:48 
QuestionCreate View from another View Pin
jar86956-Sep-18 2:59
jar86956-Sep-18 2:59 
AnswerRe: Create View from another View Pin
Mycroft Holmes6-Sep-18 13:28
professionalMycroft Holmes6-Sep-18 13:28 
QuestionUnable to Get the Proper Result : SQL Query Help Needed Pin
arulsuju29-Aug-18 13:14
arulsuju29-Aug-18 13:14 
Dear All,

rs3=st.executeQuery("select * from "+sdata[j]+" where Username='"+idata[i]+"'");
        while(rs3.next())
        {

                %><td><%out.println(rs3.getString("Final_Grade"));%></td><%


        }
In the above JSP Code,sdata[j] is the array of table names and idata[i] is the array of usernames. what i am trying to achieve is, to retrieve final_grade from the tables sdata[j] with the username==idata[i] . Since the username is existing in some table it displays the final grade, but when no record found in the table i want print it as "Null" instead of Final_Grade . Is this possible to implement?

SuggestionRe: Unable to Get the Proper Result : SQL Query Help Needed Pin
Richard Deeming30-Aug-18 2:37
mveRichard Deeming30-Aug-18 2:37 
AnswerRe: Unable to Get the Proper Result : SQL Query Help Needed Pin
Jochen Arndt30-Aug-18 3:04
professionalJochen Arndt30-Aug-18 3:04 
QuestionMongoDB document or model planning, best Pin
jkirkerx23-Aug-18 14:38
professionaljkirkerx23-Aug-18 14:38 
AnswerRe: MongoDB document or model planning, best Pin
jschell23-Aug-18 15:35
jschell23-Aug-18 15:35 
GeneralRe: MongoDB document or model planning, best Pin
jkirkerx24-Aug-18 7:49
professionaljkirkerx24-Aug-18 7:49 
GeneralRe: MongoDB document or model planning, best Pin
jschell25-Aug-18 4:57
jschell25-Aug-18 4:57 
AnswerRe: MongoDB document or model planning, best Pin
dan!sh 23-Aug-18 21:45
professional dan!sh 23-Aug-18 21:45 
GeneralRe: MongoDB document or model planning, best Pin
jkirkerx24-Aug-18 7:50
professionaljkirkerx24-Aug-18 7:50 
GeneralRe: MongoDB document or model planning, best Pin
jschell25-Aug-18 5:00
jschell25-Aug-18 5:00 
AnswerRe: MongoDB document or model planning, best Pin
Nathan Minier24-Aug-18 2:31
professionalNathan Minier24-Aug-18 2:31 
GeneralRe: MongoDB document or model planning, best Pin
jkirkerx24-Aug-18 7:58
professionaljkirkerx24-Aug-18 7:58 
GeneralRe: MongoDB document or model planning, best Pin
jkirkerx24-Aug-18 10:16
professionaljkirkerx24-Aug-18 10:16 
GeneralRe: MongoDB document or model planning, best Pin
Nathan Minier24-Aug-18 10:28
professionalNathan Minier24-Aug-18 10:28 
GeneralRe: MongoDB document or model planning, best Pin
jkirkerx24-Aug-18 11:07
professionaljkirkerx24-Aug-18 11:07 
GeneralRe: MongoDB document or model planning, best Pin
jschell25-Aug-18 5:03
jschell25-Aug-18 5:03 
GeneralRe: MongoDB document or model planning, best Pin
jkirkerx25-Aug-18 9:12
professionaljkirkerx25-Aug-18 9:12 
GeneralRe: MongoDB document or model planning, best Pin
jschell16-Sep-18 12:00
jschell16-Sep-18 12:00 

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.