Posts by Hejafe • 29 points
5 posts
-
0
votes2
answers148
viewsQ: Open connection more than once in C#
I am developing a service in c#. calls a function to check if it has active records. if you have any record call another function to select the data referring to the first query. When I run my…
-
0
votes1
answer133
views -
-1
votes1
answer133
views -
2
votes0
answers175
viewsQ: Update within a mysql function
I have to do a process to perform an update on a given table field. I created a function in mysql. But within this function would need to perform an update, but the non-accepted function would have…
-
0
votes0
answers94
viewsQ: Calculate expression in a single Jquery input field
I’m developing a calculator on HTML + Jquery where I have the basic operations for it, but need to implement the following: When the user type in the field input a kind of expression: (5*5)+4 the…