Questions tagged as 'mysql'

1
answer

Problems with UTF-8 in retail LocaWeb [duplicate]

I have a project hosted on locaweb in reseller, php / html are correctly encoded in utf-8, since what is html or echo is returning perfectly, but information coming from the bank is not returned correctly with ç, á, é. .. Via HeidiSQL I hav...
asked by 26.07.2017 / 19:53
0
answers

Query error using Entity Framework with MySQL and VB.net

I have developed a method to do with simple query indexed by the Changed event of textbox and the query returns the correct values the first time. When I change the value of the component and the query is requested again with a new code, the res...
asked by 27.07.2017 / 01:35
0
answers

have to make the request only when there is change in the database? instead of checking every second

<script type="text/javascript"> function atualizarTarefas() { $("#header").load("<?=site_url('home/notificar/')?>"); } setInterval("atualizarTarefas()", 1000); </script>     
asked by 16.03.2017 / 03:17
1
answer

How to insert photos in BD Mysql with Firedac in Delphi?

I need to add images to DB, I do not know if I can use dbimage so I do not need to give insert and update and already pull directly into the record I'm working on. I tried to use the tips from here , but I could not get...
asked by 02.03.2017 / 21:00
0
answers

Connect Java to Access (.accdb) [closed]

I'm trying to connect a desktop application that uses Java to a server. First I tried using Access, but I had problems with drivers, I tried to use UCanAccess and more problems, I finally gave up, I started with the good old MySQL. First of a...
asked by 03.02.2017 / 23:44
1
answer

how to make a message field with formatting buttons

I have something in mind here and I need the idea of you I want to put a field in my system where I can save student feedbacks, add images and formatting sources, this message field that will have a student feedback text will be a field coming f...
asked by 18.02.2017 / 19:58
3
answers

How to do something asynchronous with jQuery, search in MySQL with PHP?

I'm having a lot of trouble with this part. I want to simply do a search in the database and move to my main program, this without giving a refresh . I know how to do all of PHP and MySQL, however the jQuery part is no longer my area, I know th...
asked by 26.01.2017 / 17:30
0
answers

Hibernate Connection

I'm trying to make an application using hibernate , but when I create the .cfg.xm file it does not recognize the mysql > even though the mysql connector is in my lib folder. Someone could help me, grateful already!     
asked by 27.01.2017 / 17:48
2
answers

Fill Second Input automatically when filling the First

I have a input that I'll give the name of input-1 , and there I'll insert this: 12:00 When I have a second input that I am going to give the name of input-2 , it is possible to insert in input-1 : 12:...
asked by 23.04.2015 / 01:10
1
answer

Doubt in creation of Table

Good Night, I am creating a database for an association, where it is necessary to do the renewal every semester. I created a registration table with the data of the partners: create table Cadastrados( Nome varchar(50), Matricula varchar(9) uni...
asked by 23.03.2017 / 00:27