Questions tagged as 'ado.net'

1
answer

OracleException is not triggered!

Someone has already encountered the following problem: When an error occurs that should be of type OracleException, but in its place an Exception is triggered, then the oracle processing is not applied because of this (the "..." are deprecated i...
asked by 26.02.2015 / 22:58
1
answer

Print Datatable in a DIV using Bind or Eval

Is it possible to print the data of a DataTable ( codebehind ) in a div ?      Print data from datatable to Label . How to use bind or eval ? Or some other way?     
asked by 10.03.2014 / 21:10
1
answer

Static methods X Non-static methods for data access layer

I'm creating a layer in ADO.NET for data access and painted a doubt. Is it a good practice to have my data access methods as static instead of having to always instantiate the object and call the method?     
asked by 31.03.2016 / 20:47
1
answer

How is this class working? [closed]

DataSet OleDbConnection OleDbCommand OleDbDataAdapter OleDbDataReader I still can not understand this class in .NET. What is the purpose of these dataSets and etc? I'm using this: using System; using System.Collections.Generic; using System....
asked by 08.02.2016 / 14:29