Posts by Tiago Luca • 53 points
5 posts
-
-1
votes1
answer262
viewsQ: I cannot assign return of the expression in the SSIS variable
Task to insert Variable Value by select result My intention with this logic is to pass a column calculated from one excel file to another using an area of Stage where I just want to modify a column…
-
0
votes0
answers398
viewsQ: Bringing files, classes and methods from another Python file
I need to bring a class file like this that is in class.py: class Despesas(object): def __init__(self): self.Prioridade = Prioridade() self.Situacao = True self.Valor = 0.0 self.Categoria = '' To…
-
4
votes1
answer614
viewsQ: Printing all attributes of a class
I have the following class: class Usuario(object): def __init__(self): self.Nome = '' self.Email = '' self.SalarioBruto = 0.0 self.SalarioLiquido = 0.0 self.Cargo = '' self.Despesas = Despesas()…
-
-2
votes2
answers184
viewsQ: Can anyone explain this mistake to me?
I have 2 tables, products and suppliers. And is appearing the following message: System.Data.Sqlclient.Sqlexception: 'The INSERT statement conflicted with the FOREIGN KEY Constraint…
-
1
votes1
answer492
viewsQ: C# BD . mdf connection string
Good evening, you guys, I have a database . mdf in a Windows Forms and want to make the connection string of it, can anyone help me? My version of Visual Studio is 2015 and the file is: C:Documents…