Posts by Gustavo Campos • 29 points
7 posts
-
0
votes1
answer260
viewsA: C# - Run Oracle Procedure and then select from the created session table
The problem was the precedent I was calling that was with ON COMMIT PRESERVE ROWS it was necessary to put the option ON COMMIT PRESERVE ROWS Following reference used:…
-
2
votes1
answer260
viewsQ: C# - Run Oracle Procedure and then select from the created session table
Hello, I’m trying to do the following. I have a database that performs a select and inserts the data into a table that only exists in that session. I need to run this trial and then refer to the…
-
0
votes1
answer528
viewsQ: Calling a Python function that is already running
I have the following scenario. I have a function that consumes a lot of RAM and I would like to let it run in the background for every time I call her not to have to reload all the data in memory,…
-
-1
votes1
answer37
viewsQ: Direct information exchange between Android and Desktop
Folks I would like to know if it is possible for me to develop an app that communicates directly with another application I developed on the computer, without the need for a server or webservice for…
-
-1
votes4
answers1482
viewsA: How to change the color of the text in a Jtextpane?
First of all you create the object to be able to modify it private jTextPane1 = new javax.swing.JTextPane(); then you can access it to modify the following ways. You might be putting right into the…
-
-1
votes1
answer470
viewsQ: Redirect page through the link typed in the url
I need a page that when I load it check the link typed for example : www.test.com/myphp.php=10 if it finds a certain number it redirects to another page , for example : found…
-
0
votes1
answer583
viewsQ: Foreign keys in database modeling
A primary key can have two foreign keys in different tables? For example: