Posts by Luciano Miguel • 51 points
6 posts
-
-1
votes1
answer528
viewsQ: PHP, XAMPP, Sql Server
Good night, you guys, I’m trying to connect php with sql server already have a couple of days, someone can help me ? It just shows this : Fatal error: Uncaught Error: Call to Undefined Function…
-
2
votes1
answer208
viewsQ: Changing a data type across the schema in the oracle
Good afternoon ! I need to alter some kind of data from all my schema, I have the varchar2 size 80, and I’d like to change it to 100, but this all at once... it’s possible ?
-
0
votes2
answers368
viewsA: C# and Sql Server, inserting with proc using BEGIN TRAN
Hello, I managed to solve this rule by implanting a Rigger and changing the proc CREATE TRIGGER TR_VALIDAR_GERENTE ON TblFuncionario FOR INSERT, UPDATE AS DECLARE @FUNC VARCHAR(20) = (SELECT Funcao…
-
0
votes2
answers368
viewsQ: C# and Sql Server, inserting with proc using BEGIN TRAN
Good night! I am entering a record using the C# and Windows Forms, I am using a proc that inserts in two tables at once, the code is working, but, I created a rule that the store can only have only…
-
0
votes1
answer644
viewsQ: C#, Returning an Sql Server query in Data Grid View
I have a bizarre problem, I have a table in the database Sql Server, where there is a field bit, I’m pulling data from this table, which is actually a View. I do my instruction Select, and executed…
-
1
votes3
answers15498
viewsA: C# dynamic COMBOBOX (SQL BD table data)
Good night, I was going through a problem like this in my academic project, with the answers of chi and li I managed to do what I really wanted. Using C# with Sqlserver The project is in POO, then…