Questions tagged as 'mysql'

1
answer

How to change the image according to a variable coming from the bank?

I'm a beginner in this part of front-end and made a function that returns an integer from my MySQL database. I created 5 images, each corresponding to a number returned from the database and attached them in my imgs folder of the projec...
asked by 04.06.2017 / 04:59
1
answer

display data from a mysql database column in label [closed]

How do I give a select in a data from my column a table and show it in a label? EX: id = 10 -> Banana Select * From tabela where id = 10 label.Text = Banana MySqlConnection conexao = new MySqlConnection(); conexao.Connecti...
asked by 04.06.2017 / 11:29
1
answer

Parameter passing in the SOAP web-service

Developed a web-service to list students in a class. Insert, List are ok. How much to Delete are not occurring. codelist.php<?php//clienteinclude"cliente.php"; //chamada do metodo SOAP $result = $client->call('listaAluno...
asked by 03.06.2017 / 22:51
0
answers

ADO Recordset returns nothing

I can not make ADO Recordset return the records of a MySQL table. I am using VB.NET in Visual Studio. I can establish communication with the database, I make the connection, create tables, all via connection object (as below) but at the time of...
asked by 03.06.2017 / 01:55
1
answer

Combobox combination to create another

Hello! I am trying to make a combination between two combobox, where a third one shows the list with the products that contains the category and the brand, but when I do not have any product registered with the two attributes, I would like it to...
asked by 03.06.2017 / 19:41
1
answer

Problems inserting Emoji in mySQL

I'm having trouble inserting EMOJI emoticons into mySQL, it inserts "????" for each emoticon. My table is already as utf8mb4_bin how do I insert it correctly? Is it PHP?     
asked by 06.06.2014 / 18:47
0
answers

Fatal error when connecting to Mysql

I'm getting an error connecting to the database Php Code: <?php $siteA = 'http://www.'.$_SERVER['SERVER_NAME'].'/'; $siteB = '/'; $email_suporte_staff = '[email protected]'; global $siteB; global $siteA; $config_b...
asked by 03.06.2017 / 17:14
1
answer

Error when creating a trigger

I'm creating this trigger DELIMITER // CREATE TRIGGER reposta3A AFTER INSERT ON utilizacao_veiculo FOR EACH ROW BEGIN SELECT emite_mensagem(); END// DELIMITER ; but when I run the show triggers command; it does not appear...
asked by 13.06.2017 / 17:22
1
answer

How to get select (MYSQL) data and display in different fields?

Good morning !! The B is as follows: I have my select in php where I get the data from the table, I wanted to know how I can separate and display this data individually. Ex: SELECT nome_cliente, idade_cliente From tb_cliente WHERE COD_c...
asked by 13.06.2017 / 16:38
1
answer

Integration into banks

Good afternoon! I need an orientation / suggestion. It is as follows: we have a clock software where it will record all the markups in a database in MS Access. I need to create a report for each employee in the company intranet, where the same i...
asked by 13.06.2017 / 22:44