Questions tagged as 'mysql'

1
answer

How to take data through the GET method?

I am setting up a financial control panel for a MEI company (This company is mine). I'm developing the part of the requests, doubt follows: The issue is that I already use this GET to fetch the pages, how could I add that link to take...
asked by 30.10.2016 / 22:48
1
answer

Travers dynamically generated input array

I need to mount an array of a form in PHP that is dynamically generated with jquery and pass this data to the DB, I am not able to separate the forms to register in the DB. Follow the HTML: <form id="boletin_cad" action="env_boletin....
asked by 01.11.2016 / 00:14
1
answer

problems with php, json, javascript and mysql

I'm trying to get data from mysql to display on html with php using json , but it's going wrong, it brings data but it does not display, if I press f12 it shows data from the database but does not display the data....
asked by 28.10.2016 / 21:21
0
answers

Connection refused laravel

When I send my form, after processing the data in the laravel save method the following error occurs: QueryException in Connection.php line 769: SQLSTATE[HY000] [2002] Connection refused (SQL: insert into 'users' () values ()) What is the s...
asked by 28.11.2016 / 05:46
0
answers

MySQL with Entity Framework Code First

I have a project where I need to use MySQL as a database and EF6 with the CODE FIRST approach. I installed MySql.Data.Entity 6.9.9 and EntityFramework 6.1.3 My app.config looks like this: <configSections> <section name="entityFr...
asked by 28.10.2016 / 12:28
1
answer

Problems saving with selectOneMenu.

I'm trying to save an Activity record with Favored information. I can not save in any way. I will put the code and please if anyone can help me thank you. < package br.com.sentinel.Bean; import java.io.Serializable; import java...
asked by 27.10.2016 / 18:04
1
answer

Register external employees Validation mysql php

I want to register external employees in a mysql database using php. Each employee must have an access credential in their possession, which includes: Company, Credential validity, validity of risk insurance and medical fitness to work. I...
asked by 21.10.2016 / 00:32
0
answers

Persistence of DateTime AngularJS x Java x MySQL

I created an application in our company to control the use of certain equipment in our Industry. The fact is that there was a need to control the date / time of a product entering and leaving a certain equipment. My Architecture: Front: HTML...
asked by 20.10.2016 / 21:47
1
answer

Trigger MySQL - Error syntax: DECLARE @ sale INT 'at line 3

I'm doing a TRIGGER in MySQL so that at the time of insertion into the "Sales_Items" table the "sold" field in the product table is changed to "yes". As a sale can have several items, I decided to work with a cursor (I have never used before). I...
asked by 20.10.2016 / 01:56
3
answers

Recover from the database the "data- * value" attribute of a field through jquery

How to retrieve from the database the "date" attribute of a field through jquery. Today the system retrieves the value (value) of the field, but now I need to also retrieve the value of this same field, as asked #
asked by 17.10.2016 / 17:27