Questions tagged as 'constraints'

0
answers

LinkageError in Websphere (IIOMetadata.getAsTree)

I have a web application mounted on a Websphere, in which I export to excel using the mythical poi library. And I missed a Linkage error when executing the next sentence, it is just in the line of pict.resize (); Picture pict = drawing.create...
asked by 21.08.2017 / 13:59
1
answer

Any way to insert records when the table has default and identity in SQL Server?

CREATE PROCEDURE USP_ADD_CLIENTE @PNIDTIPDOCUMENTO INT, @PSNUMDOCUMENTO VARCHAR(35), @PSNOMBRES VARCHAR(40), @PSAPEPAT VARCHAR(25), @PSAPEMAT VARCHAR(25), @PSCORREO VARCHAR(40), @PSTELEF VARCHAR(25), @PNESTADO INT, @PSUSUREG VARCHAR(40) AS IN...
asked by 06.11.2017 / 19:16
3
answers

Error Code: 1215. Can not add foreign key constraint

I try to create a couple of tables in MySQL, this is the sentence to create the first one: ----- Creamos la Tabla de Usuarios del Sistema Create table if not exists USUARIO ( ID_USUARIO BIGINT UNSIGNED not null auto_increment comment 'Id...
asked by 06.07.2017 / 06:35
2
answers

Constraints in a chatView

I have a menu with three options, the last option is a very simple chat, when entering for the first time, the dialog balloons are well arranged, but when selecting another menu option and then returning to the chat, the balloons are aligned , c...
asked by 26.11.2018 / 19:18
2
answers

MySQL problem: Error 1215: Can not add foreign key constraint

I have two Foreigns Keys and I can not get them inserted, I get an error. Any ideas: mysql> create table Inscritos( -> id int(6) not null auto_increment, -> estudianteId int(6) unsigned not null, -> tutorialId int(6) unsigned not...
asked by 11.06.2018 / 20:20
1
answer

Unable to simultaneously satisfy constraints: FBSDKLoginButton

I have created a button of type FBSDKLoginButton to which I have given a series of constraints, including a height. This is the error that jumps me: Does anyone know how I can prevent this warning from skipping on my console? It is not...
asked by 24.04.2018 / 15:46
2
answers

help with the constrains in a table view in swift 4

I have the following problem with tables I'm creating a custom table view I added an image and a title I'm uploading the images from a class and I load all the image well and the title but when viewing it in the simulator it looks like this:...
asked by 22.12.2017 / 04:03
2
answers

Error constraints swift 2 with SnapKit

I'm using SnapKit to add constraints to an image I have in UIViewController I have this code: imagenPrincipal.contentMode = .ScaleToFill let URL = NSURL(string: oferta!.imagen)! let placeholderImage = UIImage(named: "placehold...
asked by 07.07.2016 / 13:17