Posts by henrique klock • 33 points
4 posts
-
2
votes1
answer101
viewsQ: Convert query to Sqlserver
I have the following query for the Oracle bank: select xmlagg(xmlelement(e, d.delinha, '').extract('//text()') order by d.nulinha).getclobval(). I need to convert to run in the Sqlserver bank, but…
-
0
votes0
answers196
viewsQ: Problem to return to jsp by changing url using sendRedirect in Servlet
I log in to my jsp, so I have Servlet do the checks, and return to jsp, but returning the url continues with the Servlet path, and not with my index.jsp follows part of the code that returns to my…
-
0
votes1
answer603
viewsA: Problem when entering data into mysql database by java
Thanks for the return, I was able to solve the problem with the help of my professor from college, the mistake was the following, in this my class Provider, which has the implementation of the…
-
1
votes1
answer603
viewsQ: Problem when entering data into mysql database by java
My java code is working, but when adding data to an SQL table, the fields are being populated as NULL, even though added values. Part of the code into which the insertion occurs: public void…