Posts by Danilo Freitas • 161 points
9 posts
-
0
votes2
answers934
viewsQ: Insert selected SPINNER item into SQLITE
How to identify the selected item in the SPINNER and insert it into the SQLITE database. I can do the Insert in Sqlite using the data provided in Edittext, however I am not able to create a way to…
-
0
votes1
answer342
viewsQ: Fetch data from a particular column and display them in a Spinner
I’m searching for the Sqlite database records and displaying on a Spinner, but Spinner is displaying all the table records, and I need to display only the records of a particular column . I tried to…
-
3
votes5
answers37379
viewsQ: How to update with Oracle Inner Join
Good afternoon , How do I update with Inner Join , because I need to change the field idnaoleitura = 24 to idnaoleitura = 0 where idrota in (35,45,48,53,60,68,70,79) , remembering the idrota this in…
-
4
votes4
answers33983
viewsQ: How to copy column data from one table to another table
I have a table called UC which has an email column, and I have a backup table of it. I need to copy the data (emails) from the table’s email column backup for the column email table uc, but I don’t…
-
0
votes1
answer8195
viewsQ: Merge two Select
I am developing a report in Powerbuilder and would like to know how I can join results of two SQL queries in the report. If I add the f_bloqueto_nosso_numero function in the first querie and add the…
-
2
votes1
answer263
viewsQ: Conditional to print in PL/SQL
I have a report developed in Sybase Infomaker (similar to Crystal Reports) that displays two pages, but I need to print the second page only if there is a calculation. On the second page is…
-
0
votes1
answer840
viewsQ: Calling Function or Procedure Multiple Times
How to create a Function or Procedure that calls another Procedure to perform a neighborhood exchange on my ERP system? Below is the precedent I want to define values for its parameters. It should…
-
0
votes1
answer3314
viewsQ: How to pass values to Procedure - PL/SQL parameters
I asked the management company of our system to change the code of some neighborhoods of the system, the same carried out such change, now I need to change the code of other neighborhoods that are…
-
3
votes2
answers1288
viewsQ: How to store checkbox status
I’m developing an application to make a school call list, I created the Listview and populated it with data from a database Mysql, using Json. The problem is this, I need to store the status of…