Questions tagged as 'mysql'

3
answers

When I give in my onclick event sending a date I am left

It happens that I am developing a system in php and the result of a query is this: <?php $data = '<table class="table table-striped"> <tr> <th>ID</th>...
asked by 05.01.2018 / 07:22
1
answer

Insert multiple data in database in laravel

I need to save in an array the text strings I have in several inputs that have been created dynamically, to send them to the controller and that it can insert them in the database. // This would be the view //ESTO ES EL CODIGO QUE GENERA L...
asked by 27.10.2017 / 11:13
1
answer

Not all fields in my table are created

I am trying to make a CREATE TABLE that results from the query of 2 different tables. What I want to know is the number of products that each user has. Some help? Thank you very much in advance. usuarios --------...
asked by 05.11.2017 / 18:33
1
answer

Error migrating in Laravel 5.3

I get this error when wanting to migrate the tables that Laravel gives us by default. I'm occupying Linux; [Illuminate\Database\QueryException] could not find driver (SQL: select * from informat...
asked by 22.12.2016 / 22:42
2
answers

Migrate table from SQL server to MySQL

I have 2 systems (One in asp and one in PHP ) The one in asp is connected to SQL server and PHP to MySQL. In SQL Server I have a table called "Clients". This table is updated every 2 or 3 days. In MySQL , I have replicated...
asked by 31.10.2016 / 12:59
1
answer

Record decimals in a mysql jsp

I would like to register a data that is in decimal (15.2) that is in mysql in a jsp which does not let me register. This same data if I can modify it in another jsp but register as new I can not. this is the code I have in register: Custom...
asked by 26.10.2016 / 14:31
1
answer

help please with this error!

I have tried everything and I can not solve it, it is a Dao impementation, on line 148 that says    private DaoImpl Cliente_Dao_Impl (int ultid) {           throw new UnsupportedOperationException ("Not supported yet."); // To change body of...
asked by 27.06.2018 / 17:07
1
answer

Save radiobuttons enmysql and PHP from a dynamic survey

I have the following question I have a dynamic survey where the user places his questionnaire and his questions and saves them in the BD and in another page he calls them and shows the questions. only that I have a question about how to sa...
asked by 08.02.2018 / 18:33
2
answers

PHP MYSQL (Modify Records) - Fatal error: Call to a member function bind_param () on boolean in update.php on line 13

I hope you can help me, I want to modify records to a table of 44 fields, I have another related table for one of the fields, and I get the following error when wanting to modify something: Fatal error: Call to a member function bind_param () on...
asked by 05.04.2016 / 16:25
1
answer

Many to Many in Laravel

I wanted to ask you the following question: It turns out that I have a few tables that require a "many to many" relation (eg, users and roles, assuming primary key for both as 'id'). The issue is that I have the doubt as a "best practice"...
asked by 07.11.2018 / 16:00