I need to open a form when a query is executed automatically. I do not know how to do this, I found Macro AutoExec but I do not know if it has any relation
I need to return only the highest value of one of the lines below, taking into account that I also need to submit the order code.
I tried to run via cursor but without success. By the cursor would pass the 3 lines, but would need to con...
Hello,
I'm trying to perform a query on an Oracle database and it is returning an error
ORA-00932: Inconsistent data types: expected - got NCLOB
00932. 00000 - "inconsistent datatypes: expected% s got% s"
* Cause:
* Action:
T...
I'm trying to pass the Id parameter to a query in the Jasper Report. The parameter is being passed, but I'm getting conversion error from the
Conversion error:
There was an unexpected error (type=Internal Server Error, status=500).
java.lan...
Someone can help me with this code.
Give this error:
Warning: mysql_fetch_array () expects parameter 1 to be resource, boolean given in /var/www/xxx/teste.php on line 14
Notice: Undefined variable: status in /var/www/santa/teste2.php on...
I'm currently using the jquery table to display the results, but it takes a long time to display all the results and while the search does not finish the browser sometimes crashes.
have some better way of showing results but without crashing you...
I need a select in which to search for tipo status and responsave l, only that it is catching by several Status, while only needing a count status A
count(if(r.reponsavel mae,if(t.tipo=1 ir t.tipo =2)if(t.status = '...
I am comparing the data of these two tables pontos and pontos_view
in practice, in the pontos table there is a list of tasks that when executed by the user, saved in pontos_view thus causing the user to not execute th...
Good afternoon
I'm trying to get the % between months compared to the year after,
so in month 1/2016 value was 2115.00 month 01/2017 value was 3511.00 take the percentage between these 2 and make the margin / percentage the...