Posts by Marcus Vinicius • 59 points
7 posts
-
-2
votes1
answer53
viewsQ: When inserted content into the div, the page does not scroll right
When inserted content into the div, the page does not scroll right, but without the content it was normal. var _AlturaDocumento = $(window).height(); function AlturaSecao(){…
-
3
votes3
answers231
viewsQ: how to insert a select command into the BD using c#?
I wanted to have a table of select commands in the bank, and they were read in a combobox. I have a textbox where I write the command to be executed by the bank, a button for it and a combobox with…
-
0
votes2
answers189
viewsA: I cannot connect jsp page to Oracle bank
I had the problem again with non-recognition, and I put jtds and ojdbc6 directly in the lib folder of apache Tomcat and removing old references to avoid library duplicates. And by doing all this, I…
-
0
votes1
answer49
viewsA: Exception in eclipse Android - java.lang.Stringindexoutofboundsexception
I decided as follows: I only changed the ip of the Android class. Of "http://localhost:8080/projectWeb/listContactsOra.jsp" To "http://10.0.2.2:8080/projectWeb/listContactsOra.jsp" In the jsp list…
-
1
votes1
answer49
viewsQ: Exception in eclipse Android - java.lang.Stringindexoutofboundsexception
I wanted to integrate my Android project with my Web Project in Jsp.. When I try to download data from Web to android from this error: Fatal Exception: main…
-
1
votes2
answers189
viewsQ: I cannot connect jsp page to Oracle bank
This Web project of mine worked at school, but on my computer it won’t.. It was to return "connected in the oracle database" and returns "oracle.jdbc.driver.Oracledriver " Code class connection:…
-
0
votes1
answer357
viewsQ: How to mount an Inner Join by filtering through a field with minimum value?
I wanted to ride a inner join that brings only the values filtered by a minimum value field select min(data_vencimento) from pagamento where cod_situacao = 3, cli.cpf, cli.nome, con.data_inicio,…
oracleasked Marcus Vinicius 59