Posts by Renan Silveira • 376 points
19 posts
-
1
votes1
answer115
viewsQ: SQL return in PHP converts accent to '?'
I have a problem with encounter, my return from the Bank Oracle is doing the accents in ? Could anyone help me? Detail need to convert into variable not only in Browser, because I will use for…
-
0
votes1
answer55
viewsQ: Indent table Cell value and move to a Second PHP screen
Hello, I have a need and I have a great difficulty with PHP, some I managed to help me, I am creating a table with database information, and inside a cell I am putting an Onclick to open a second…
-
0
votes1
answer214
viewsQ: Broadcast Receiver with Firebase
I’m in need and I’ve searched a lot, but not yet figure out how to do, I have a base in google’s firebase-database that is updated every 10 minutes, when a new information arrives in firebase the…
-
0
votes1
answer928
viewsA: Listener refused the Connection with the following error: ORA-1251 JAVA ORACLE
I managed to solve the problem, in case someone has the same problem. Was in the URL Wrong conexao = DriverManager.getConnection("jdbc:oracle:thin:@IP:1521/xe", "USUARIO", "SENHA"); Right (MY…
-
3
votes4
answers13421
viewsA: Query INSERT with WHERE condition
The Mysql cannot stand the where in the insert, but you can use insert with select INSERT INTO Users(weight, desiredWeight) SELECT weight, desiredWeight FROM AnotherTable WHERE id = 1 can have more…
-
0
votes1
answer928
viewsQ: Listener refused the Connection with the following error: ORA-1251 JAVA ORACLE
Hello, I’m having an error when I try to connect to an oracle bank. someone I was able to help. code private static Connection ObterConexao() { Connection conexao = null; try {…
-
0
votes2
answers526
viewsQ: Sent String in PHP page to another HTML page
Hello, I started programming in PHP these days and I’m not able to return a String from a PHP page that runs in Backend to a PHP page with HTML and present this String Edited: I will explain the…
phpasked Renan Silveira 376 -
1
votes1
answer345
viewsQ: Converting E MMM dd HH:mm:ss Z yyyy to dd/MM/yyyy HH:mm:ss c#
I’m getting the following date Thu Sep 01 00:00:00 BRT 2016 and need to convert to dd/MM/yyyy HH:mm:ss Only that the Convert generates error, I’m receiving this date via string of a System. Can…
-
1
votes1
answer76
viewsQ: Regex Custom Creation
Hello, I know very little about regex and need to create one that validates the result of a Barcode, I’ve used several sites, but since I have no knowledge I can not do, someone knows how to create…
-
1
votes1
answer6168
viewsQ: Error in Webservices Json C# "Unexpected Character encountered while Parsing value: <. Path '', line 0, position 0."
Hello, I’m getting an error in the execution of my code, in another application the same code works, I’ve changed the using, but it doesn’t work. public String CriaPeca(String token, String ip,…
-
0
votes1
answer183
viewsA: Datagridview updating by child form
But you do delete effectively in the table, because if so, just use one this.clouse(); and call the method that loads the date Grid again that I will do a new search with the deleted lines.…
c#answered Renan Silveira 376 -
2
votes1
answer386
viewsA: Add Mysql Connector to the instation package
Hello, I had this problem that of having to install program manually, but I found this installer with Visual Studio, with it vc managed to put the dependency of programs and can put to install…
-
0
votes1
answer69
viewsA: Automatic line filling in datagridwier
Good afternoon, I think if you put part of the code would help a lot, but I have a similar project, but I feed the Grid with an Array that I receive from a Webservices, I will put the code below. //…
c#answered Renan Silveira 376 -
3
votes2
answers4863
viewsQ: Reading XML in C#
I know there is a lot of Post on how to read a file XML, but I didn’t find any that present the XML with the same structure I have. I have the following Code. private void LeituraXML() { //Criando…
-
3
votes1
answer505
viewsQ: Converting DOCX File to PDF C#
I have an application and need to convert a file DOCX for PDF without losing formatting. I found some DLL that help, but for corporate use have to buy license so it gets complicated. Complementing…
-
2
votes1
answer45
viewsA: Windows Send To Menu by sending File Path
I managed to solve the problem. I was gonna delete the post, but I think it might help someone, Instead of creating a shortcut to run your program, you need to put your own . EXE Now for you to get…
-
0
votes1
answer45
viewsQ: Windows Send To Menu by sending File Path
I am Developing an Application and my idea is to put this application from the send to Windows menu. I already managed to put the start of the Application there, but I can’t get the file path.…
-
1
votes1
answer80
viewsQ: Open Program with dragging file(PDF) and even recover the path
Hello, I am with a little complicated need, I am developing an application that sends pdf files to an application via webservices. I just want to let this problem begin in a few different ways. I…
-
2
votes2
answers1516
viewsQ: Deserialize json string array to string array
Hello, I’m having trouble deserializar a Json, I’m not getting the right data. There is the Main Class that would receive the data list public class PermissaoDossie { [JsonProperty(PropertyName =…