Posts by Diogo Gomes • 119 points
6 posts
-
0
votes1
answer39
viewsQ: How to put returned Web Service data into Json (GET) for an array or variable in c#
Hi, I’m calling a web service in Rest, I can access the answer but I wanted to organize the data that is returned (which is in Json), for an array or variables but how can I do it? Thank you in…
-
2
votes1
answer33
viewsQ: Sqldatareader Incompatible Databindtable does not implement Ienumerable
I have a problem showing the data of a column on sqlserver, to insert as x and y in my Chart in Asp.net. The problem is this, it seems the method (DataBindTable) is waiting for IEnumerable but my…
-
0
votes2
answers355
viewsQ: Error 1 The type or namespace name 'Datareader' could not be found (are you Missing a using Directive or an Assembly Reference?)
Good afternoon, I was performing a code to query my database when I appeared these error: Error 1 The type or namespace name 'Datareader' could not be found (are you Missing a using Directive or an…
-
0
votes0
answers254
viewsQ: Unable to locate column 22276451.
Good morning, I’m developing a code that can accept the X and Y values of a Chart I entered in Asp.net. For this I made a query to sql server so that it could be returned to a column media, until…
-
3
votes2
answers1367
viewsQ: Conversion failed to convert varchar 'No' value to tinyint data type
I am trying to solve a patch error of converting a variable created by me to store data that is in an Excel sheet. The error happens when I try to insert the data that is in this variable in SQL…
-
6
votes2
answers670
viewsQ: An Exception of type 'System.Outofmemoryexception' occurred in mscorlib.dll but was not handled in user code Asp.net
I’m having a hard time solving this mistake. My goal is to collect data from an Excel file and store it in c#variables, which in turn will be inserted into SQL Server 2012. Reading is done line by…