Posts by Orlando Cawende • 29 points
4 posts
-
1
votes1
answer178
viewsQ: Sending data via sockets(): :Software caused Connection abort: socket write error
I have a client server program that is working when I request the communication but when it starts sending data the program generates the following error: Estabelecar conexão....... Conexão…
-
0
votes1
answer54
viewsQ: Update data via cursor in another table
I designed the cursor below to update contacts. It runs successfully, however it does not provide the expected result. DECLARE @sequencia int, @codigoOld int, @telefoneOld nvarchar(5), @timestampOld…
databaseasked Orlando Cawende 29 -
-1
votes1
answer2206
viewsQ: How to Identify and Fix 00302 Error in Oracle?
How can I fix an error of this nature (ERROR 00302) and how to know which line is the error in oracle SQL Developer? Error(16,6): PL/SQL: Statement ignored Error(16,52): PLS-00302: component…
-
2
votes2
answers204
viewsQ: Save values whenever a new line is added via Trigger
I need help to solve a problem, I tried it halfway, but it’s not working. I have two tables to which I have to perform this activity and create a trigger called trg_line_total to save the value of…