Posts by thiago • 53 points
4 posts
-
0
votes1
answer75
viewsA: How to load changes made in native java classes?
It does not find the method simply because its class does not implement the method declared in the java.sql interface.Preparedstatement which is the void method setBoolean(int parameterIndex,…
-
0
votes2
answers115
viewsA: When adding system function does not compile
The error of comparison is exactly what Orlando answered, when you compare a variable of complex types like objects you compare their memory references. To compare if the values are equal the…
-
0
votes2
answers771
viewsA: Mysql Workbench Error "Unknown File Encoding"
This depends on which encoding used to generate your backup, if you have not set the correct encoding to generate your backup you will experience accent problems. Note that in the mysql error…
-
5
votes1
answer201
views