sql >> Database >  >> RDS >> Mysql

Android haalt gegevens op uit de MySql-tabel

runOnUiThread(new Runnable() {  
                    @Override
                    public void run() 
                    {
                        // TODO Auto-generated method stub
                        try {


                            txt3.setText(product.getString(TAG_DESCRIPTION));

                        } catch (JSONException e) {
                            // TODO Auto-generated catch block
                            e.printStackTrace();
                        }
                    }
                });

            }else{
                // product with pid not found
            }

voeg deze regel toe na

/ get first product object from JSON Array
                            JSONObject product = productObj.getJSONObject(0);

                            // product with this pid found
                            // Edit Text
                            txtName = (TextView) findViewById(R.id.textView3);

dat zal het probleem oplossen



  1. Goed hulpmiddel om databaseschema te visualiseren?

  2. Hoe de grootte van indexen in mysql te achterhalen (inclusief primaire sleutels)

  3. Zoeken naar alle exemplaren van een tekenreeks in een mysql-database

  4. mysql-fout 1451