Posts by Leonardo Nori • 83 points
8 posts
-
3
votes1
answer156
viewsQ: PHP regex recursive
I have to validate the syntax of expressions like these: (ind(10)+15)-10 1000-(perg(25)*2) 25/var(1) 12*2-(58+1)/5 Ind, Perg and var are functions. I’m trying to solve it this way: $var =…
-
3
votes2
answers1159
viewsQ: Oracle reference the type of a column equal to the type of another column
I’m trying to create a table to return in a function. For this, I am trying to create a object type thus: create or replace type relatorio as object ( planta TABLE_NAME.COLUMN%TYPE, resp_0…
-
2
votes1
answer178
viewsQ: Query not working, problem to compare years
Hello I’m trying to elaborate a query to perform an Insert, as it uses only database data I am a select for this. My problem is in Where clause in which either end of operation has to be null or end…
-
0
votes1
answer79
viewsA: Problems with Asp, value recovery returned from a stored Procedure
The problem is in the cint function, the value was returned in rs("code"), but the cint function did not return anything. I removed that function and it worked perfectly.
-
0
votes1
answer79
viewsQ: Problems with Asp, value recovery returned from a stored Procedure
Good afternoon, I’m having trouble recovering a returned value in a stored Trial. The database is sql server. Procedure executes an Insert and returns the id of this data, however I cannot recover…
-
0
votes5
answers210
viewsA: Variable is not displaying the expected result
You are assigning values of variables of type float in variables of type int try to cast in these situations.
-
0
votes0
answers204
viewsQ: Problem with Mysql and php connection
I’m trying to connect to the database to remove data that is returned with the get_data function: Warning: mysqli_error() expects exactly 1 parameter, 0 given in…
-
0
votes1
answer550
viewsQ: Problems with file_get_contents and Domdocument
I’m trying to download the content of a site, but is giving this Warning: `Domdocument::loadHTML(): Unexpected end tag : tr in Entity And it’s spelling out several lines. I’m also not getting the…