Questions tagged as 'crud'

0
answers

Make CRUD with Python to SQLite

I'm developing a simple script to download some data to a DB what I have is this: { import sqlite3, time print "Sistema Cargas minutas" print "Version 0.1" conn = sqlite3.connect('db_pagos_minuta.sqlite3') cur = conn.cursor() salir = 's'...
asked by 12.09.2017 / 14:25
0
answers

CRUD PHP does not enter data

I have these values inside a case: case 'upgrade': $alm->__SET('acronimo', $_REQUEST['acro']); $alm->__SET('cantidad', $_REQUEST['cantidad']); $alm->__SET('compania', $_REQUEST['comp']); $model->Ac...
asked by 15.06.2017 / 14:09
1
answer

Collect data from an ArrayList to display them in a Spinner

My question is this: I'm doing a CRUD on Android and I have a problem on the UPDATE. As you can see, I want to collect all the data in a Bundle and then print them with setText () in the update form. The problem is that the last data, the displa...
asked by 01.01.2019 / 13:16