Posts by Ricardo Silva • 136 points
2 posts
-
0
votes2
answers1464
viewsA: I cannot read the values returned from the database using Oracledatareader
Try using the Getstring method instead of Getvalue. The Read command checks if there is one more line, where it advances to the next line and returns true. According to documentation from msdn,…
-
2
votes1
answer162
viewsA: ERROR TO MANY REDIRECTS Spring Security Core and Grails
Gustavo, what is happening is that your login page is '/areaRestrita/login', and to access this area is necessary to be logged in to the system. What happens? When accessing the login area, because…