Posts by Amaral • 49 points
8 posts
-
-1
votes1
answer68
viewsQ: Strange error on Xlworkbook line
Personal I appeared this message in my code that I am posting in the image, someone can help me in search of a solution; Follows the code: protected void importar_Click(object sender, EventArgs e) {…
-
0
votes2
answers284
viewsQ: Convert number c#
How to convert R$3,852.00 and save in these bank . and ,? Follow my code. public ImportProcesso() { ImportProcesso processo = new ImportProcesso(); processo.dataReqPgto = new System.DateTime();…
-
1
votes0
answers31
viewsQ: nhibernate oracleBulkCopy c#
According to the attached image, I have an attribute class accompanied by the method ListarMunicipio, where it has a list, in the method below I have public static void InserirOuAtualizar(Municipio…
-
1
votes2
answers441
viewsQ: Error when connecting to oracle database using web programming on . net
When making attempts to connect to the bank I obtained the error according to the attached image. My application is web in . net, visual studio 2010, oracle sql database developed 3.1.07. My code…
-
1
votes0
answers64
viewsQ: Error while compiling a web application
How to solve this problem? I have an application in dot.net and when compiling this message appears. I didn’t want to let this directory be default. How can I fix it? Would anyone have any idea what…
-
0
votes0
answers385
viewsQ: Sqlbulkinsert- Import Excel Spreadsheet
I have a dotnet application to import spreadsheet, but I don’t know why I’m not able to enter the information in the database. My code is below. using System; using System.Collections.Generic; using…
-
1
votes1
answer936
viewsQ: Import data from an excel spreadsheet into the Epplus-database
Gentlemen, I have the following problem: I created the code below, I made some changes, however I cannot import my file. My application is in .NET, and the database is the Oracle Sql, and adapted…
-
0
votes1
answer195
viewsQ: Create a list and insert the sheet data into the database when importing
I have a method protected void importar_Click(object sender, EventArgs e) and inside it I check if the file was selected, and validate the file extension. This system is a file import system of a…