Questions tagged as 'insert'

1
answer

implode of columns and rows of DataTable C #

I am trying to make a data insertion, of a dataTable whose data has been passed from an sql query, I want to dump this data into another table, as they come. This function will do it for several tables, so the column names and the quantity ca...
asked by 22.09.2017 / 18:08
1
answer

IDENTITY_INSERT error in SQL

My problem is that I try to make a simple insert in my Database, but at the moment of executing the sentence it marks me the following error:    An explicit value for the identity column in table 'tNationalization'   can only be specified whe...
asked by 30.03.2017 / 00:33
1
answer

Select user id and insert in another table

I have a problem that I can not solve. Ahem: table 1 and table 2, in table 1 I have already registered the user and this one is already with the session started with id1. In table 2 I'm trying to insert the id1 and other information of anothe...
asked by 03.01.2019 / 12:33
1
answer

INSERTING A SQL SERVER DATA BASE WITH PHP

Hi, I'm trying to make an insert to a sql server database with php. I execute the program and I get the message that it was inserted correctly but when I go to look in the database it does not insert anything and I can not find the error. This i...
asked by 11.12.2018 / 20:49
0
answers

Insert data into related tables Mysql Java

My question is this: How to insert data into both a parent and a daughter table. My problem is that in my Java project I have as a parent class a Persona and its two child tables Cliente and Empleado . Class Cliente...
asked by 16.11.2018 / 19:40
0
answers

Relate Tables in Realm

I am doing a "ingresVehiculo", in which I enter a patent for a vehicle and its type (motorcycle, car, etc.), but I do not know how to indicate that said Vehicle belongs to a certain type (which comes preloaded in the DB ), until now I go like th...
asked by 18.11.2018 / 22:21
1
answer

help inserts empty data from xml to mysql php database

I have a program in PHP that reads a xml and inserts the data into a mysql database but when I run it inserts only empty data. Next I put the xml and the code that I am using: XML <?xml version="1.0" encoding="utf-8"?&g...
asked by 08.11.2018 / 18:45
0
answers

Problem in inserting an intermediate table

I come to bother you with a problem I have these three tables Boarding vuelo documento tipodocumento luggage nroequipaje peso luggagepacker nroequipaje documento tipodocumento I'm doing a program in visual basic and I hav...
asked by 20.10.2018 / 02:02
0
answers

Disadvantages to enter records with Adminer

Hello everyone I have a problem with the Adminer in Windows , on entering I can create Databases and tables without problems but when I try to insert a record it appears this error:    you have not privileges to update this table It al...
asked by 12.09.2018 / 20:04
0
answers

Insert massive random with Bulk collect and forall in oracle pl / sql

for simulation questions I am trying a user table with at least 6 million records more quickly using bulk collect and forall, the codes that adapt this worked only once and then I did not understand why it stopped working. here I leave the code...
asked by 31.07.2018 / 23:48