Questions tagged as 'phpmyadmin'

0
answers

AppServ phpmyadmin # 2002 - No connection could be made because of the target machine

I'm having trouble accessing mysql through phpmyadmin. I had never had problems, but out of nowhere when I try to connect I jump the following error: #2002 - No connection could be made because the target machine actively refused it. <br /&...
asked by 19.11.2016 / 18:46
0
answers

Google Maps: Android Studio Get the ID of a Marker and move on to another activity

Hello, I am trying from a map to be able to select a marker and send it to a new activity by passing the information of "ID", "lat" and "long", but when selecting it, it sends me to the activity with other information, someone knows how I should...
asked by 31.10.2016 / 21:34
3
answers

SQL query to get the purchase price before the sale

I have a database (attached BD open BD to import ), in where I want to get a report in which I take out the sale list of each product in invoices, showing how much I sold it and how much it cost me. The problem is that the query I get: SELEC...
asked by 07.07.2016 / 17:48
0
answers

Error Unknown column 'undefined' in 'where clause'

Good morning, I have a table created through java code. The table is created without any type of error, but when I go to MySQL and pulse 2 times on any cell, it shows me a popup that indicates Unknown column 'undefined' in 'where clause'...
asked by 24.02.2017 / 22:40
1
answer

php select form with fields from another table without being connected

CREATE TABLE 'pedidos' ( 'pk' int(3) UNSIGNED NOT NULL, 'residentes' varchar(50) COLLATE NOT NULL, 'dniFamiliar' varchar(10) COLLATE DEFAULT NULL, 'servicios' int(3) NOT NULL, 'fecha' datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=la...
asked by 21.11.2018 / 11:54
1
answer

error showing a jasperreport pdf java.io.FileNotFoundException

Hello everyone, I have the following problem: At the moment of wanting to show my jasperreport the "PDF", I get the following error java.io.FileNotFoundException when I place the path String path = "prueba.jasper"; or whe...
asked by 04.06.2018 / 19:56
1
answer

when I save information in the table it only appears in the database and in netbeans it appears as a new column

Frame room import Datos.vhabitacion; import javax.swing.JOptionPane; import javax.swing.table.DefaultTableModel; import primero_lo.fHabitacion; public class Habitaciones extends javax.swing.JFrame { public Habitaciones() { initCompo...
asked by 20.06.2018 / 20:49
2
answers

Problems when making an SQL query with the use of UNION

I have the following problem when trying to make this query SQL in MySQL SELECT * FROM Like__post WHERE id__post_ = 2 UNION SELECT * FROM Post WHERE id__post = 2' me genera el siguiente error ' SELECT * FROM Like__po...
asked by 14.12.2017 / 15:23
2
answers

How to edit a record of a table in php?

Very good! It is the first time that I have this strange error that appears when trying to edit a record of the table called state in php format in conjunction with html in the database I still use PhpMyAdmin. I have been updating with the sql...
asked by 26.05.2017 / 16:23
1
answer

Import an Excel table to phpmyadmin while maintaining text formats

I want to import an Excel table to phpmyadmin keeping italic and bold formats. (I've got everything I need except to keep the text formats). I have the following: Through a form the client inserts the Excel file With phpExcel I scroll t...
asked by 15.07.2016 / 18:00